Update Documentation authored by Christian Reuschling's avatar Christian Reuschling
......@@ -22,12 +22,12 @@ GenIe will wait for the process to terminate, looking for a calculation result i
Specify the path to the fitness function executable inside the [config file](https://git.opendfki.de/reuschling/genie/-/blob/main/geneticOptimization.conf) and start GenIe with `./genIe.sh` or `.\bin\genIe.bat`. Please be aware that starting a whole process for a vector fitness evaluation can lead to much more CPU consumption as using GenIe programmatically.
**Programmatic use**
### Programmatic use
TODO: implement a 'Runner'-Class
**Entropy analysis**
### Entropy analysis
TODO like in dq4es and maybe pwcSmartSearch
......
......