Skip to content

Commit 67a98a8

Browse files
authored
Update README.md
1 parent 672dc57 commit 67a98a8

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# MLC (Machine Learning Control)
1+
<p align="center">
2+
<img src="https://raw.githubusercontent.com/Ezetowers/MLC/master/MLC/GUI/images/mlc_icon.png" width="350"/>
3+
</p>
24

3-
[![Build Status](https://travis-ci.org/Ezetowers/MLC.svg?branch=master)](https://travis-ci.org/Ezetowers/MLC)
5+
# MLC (Machine Learning Control)
46

57
## Table of Contents
68
1. [Abstract](#abstract)
@@ -15,10 +17,13 @@
1517
5. [How To Run MLC](#how_to_run_mlc)
1618
6. [Testing](#testing)
1719

20+
## Status
21+
[![Build Status](https://travis-ci.org/Ezetowers/MLC.svg?branch=master)](https://travis-ci.org/Ezetowers/MLC)
22+
1823
<div id='abstract'/>
1924
## Abstract
2025
MLC is a framework designed to solve chaotic problems related with the field of fluodynamics.
21-
The input of the system it's an script which model a problem. This problem is solved evolving populations, which are groups of non related individuals, through the use of a set of genetic algorithms. Every individual is modeled as a linear combination of diffenrent operators (-,+, sin, cos, exp, etc.).
26+
The input of the system it's an script which models a problem. This problem is solved evolving populations, which are groups of non related individuals, through the use of a set of genetic algorithms. Every individual is modeled as a linear combination of diffenrent operators (-,+, sin, cos, exp, etc.).
2227

2328
<div id='project_structure'/>
2429
## Project Structure

0 commit comments

Comments
 (0)