Update Home authored by Christian Reuschling's avatar Christian Reuschling
......@@ -9,8 +9,8 @@ GenIe is a tool for genetic or evolutionary hyperparameter optimization with ent
Offered features are:
* Platform independent as it is written in 100% pure Java
* Parameterize everything relevant for the genetic run inside a single small config file TODO: link auf entsprechend Doku
* Optionally, no java coding necessary: offer your fitness/cost function as a simple process call. TODO: link auf entsprechend Doku
* Parameterize everything relevant for the genetic run inside a [single small config file](https://git.opendfki.de/reuschling/genie/-/blob/main/geneticOptimization.conf)
* Optionally, no java coding necessary: offer your fitness/cost function as a [simple process exec call](https://git.opendfki.de/reuschling/genie/-/wikis/Documentation#standalone-use).
TODO: kleines code snippet mit Ergebnis oder einfach nur ein HeatMap Ergebnis
......
......