diff options
Diffstat (limited to 'sccomp')
-rw-r--r-- | sccomp/source/solver/DifferentialEvolution.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sccomp/source/solver/DifferentialEvolution.hxx b/sccomp/source/solver/DifferentialEvolution.hxx index 7d37ef82b9f8..2ced9b9d209e 100644 --- a/sccomp/source/solver/DifferentialEvolution.hxx +++ b/sccomp/source/solver/DifferentialEvolution.hxx @@ -97,7 +97,7 @@ public: size_t x = agentIndex; // randomPopulation(generator); size_t a, b, c; - // create a copy of choosen random agent in population + // create a copy of chosen random agent in population Individual& rOriginal = maPopulation[x]; Individual aCandidate(rOriginal); |