Changes
Page history
Update Documentation
authored
Oct 01, 2021
by
Christian Reuschling
Show whitespace changes
Inline
Side-by-side
Documentation.md
View page @
ef418b51
...
...
@@ -58,7 +58,7 @@ CandidateVectorWithMetadata bestVector =
**Start optimization, settings are set programmatically:**
```
java
// create on your own or with a config file
GeneticRunConfig
geneticConfig
=
GeneticRunConfig
.
createFromFile
(
"path
2
configFile"
);
GeneticRunConfig
geneticConfig
=
GeneticRunConfig
.
createFromFile
(
"path
/2/
configFile"
);
//...make your adjustments to the object optionally
...
...
...
...