Update Documentation authored by Christian Reuschling's avatar Christian Reuschling
...@@ -58,7 +58,7 @@ CandidateVectorWithMetadata bestVector = ...@@ -58,7 +58,7 @@ CandidateVectorWithMetadata bestVector =
**Start optimization, settings are set programmatically:** **Start optimization, settings are set programmatically:**
```java ```java
// create on your own or with a config file // create on your own or with a config file
GeneticRunConfig geneticConfig = GeneticRunConfig.createFromFile("path2configFile"); GeneticRunConfig geneticConfig = GeneticRunConfig.createFromFile("path/2/configFile");
//...make your adjustments to the object optionally //...make your adjustments to the object optionally
... ...
......