Update Home authored by Christian Reuschling's avatar Christian Reuschling
......@@ -7,4 +7,12 @@
GenIe is a tool for genetic or evolutionary hyperparameter optimization with entropy analysis. It is written in Java, but can be used language independent with config files and fitness function process calls.
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
* No java coding necessary: optionally, you can offer your fitness/cost function as a simple process call. TODO: link auf entsprechend Doku
TODO: kleines code snippet mit Ergebnis oder einfach nur ein HeatMap Ergebnis
![genIe_logo](https://git.opendfki.de/reuschling/genie/-/raw/main/genIe_logo.png)