Population-based incremental learning: Difference between revisions

Content deleted Content added
verb missing
Tkdice (talk | contribs)
Line 44:
 
== Source code ==
This is a part of source code implemented in [[Java (programming language)|Java]]. In the paper, learnRate = 0.1, negLearnRate = 0.075, mutProb = 0.02, and mutShift = 0.05 is used. N = 100 and ITER_COUNT = 1000 is enough for a small problem.
 
<source lang="java">