You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+49-27Lines changed: 49 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,42 +9,38 @@ pip install -r requirements.txt
9
9
```
10
10
Backend's folder include only optimization's algorithms (description on the files)
11
11
Frontshow's folder include only front-end
12
-
##### Hybrid
13
-
#
12
+
13
+
***Hybrid***
14
+
14
15
```sh
15
16
Description hybrid
16
17
```
17
18
18
-
####Problem realization and TODO:
19
+
### Problem realization and TODO:
19
20
- Genetic, Bees, Hybrid, immune system out of bounds of 3d graphic
20
21
- Eghold's function very slow displayd (if you using old PC or less 32GB RAM)
21
22
-``` Not correct display point on the graphic, if step for building function > 0.2```
22
23
- Can't change color function if exists points (because it, delete graphic and rebuild)
24
+
- Restriction diapason values
25
+
- Simplex method very bad :(
26
+

23
27
24
-
#### Available colors for function
25
-
- Square
26
-
- Sin
27
-
- Billa
28
-
- Buta
29
-
- Bukina
30
-
- Egholder
31
-
- Quadratic
32
-
- Rosenbrock
33
-
- ROMA
34
-
- Rastrigina
35
-
- Himmelblau
28
+
### Available function and color in the table
29
+
| Available function | Available colors for function | Available colors for points |
0 commit comments