@@ -20,7 +20,9 @@ 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.
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 more CPU consumption as using GenIe programmatically.
An example fitness function shell script can be shown [here](https://git.opendfki.de/reuschling/genie/-/blob/main/sum23TestFitnessFunction.sh).