Skip to content

Commit

Permalink
doc: add thumbnail pictures for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
morinim committed May 1, 2024
1 parent 744c1b2 commit 804b401
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ This software is the result of a complete rewriting of [Vita][vita]. The code ha
## EXAMPLES

### Mathematical optimization
<img src="https://github.com/morinim/ultra/wiki/img/rastrigin.png" width="300">

The core of the operation is:

Expand All @@ -55,6 +56,7 @@ auto value(res.best_measurements.fitness);
Further details in the [specific tutorial][rastrigin].
### Symbolic regression
<img src="https://github.com/morinim/ultra/wiki/img/symbolic_regression02.gif" width="300">
```C++
// DATA SAMPLE (output, input)
Expand Down

0 comments on commit 804b401

Please sign in to comment.