Ignore:
Timestamp:
Oct 29, 2008, 12:13:29 PM (16 years ago)
Author:
liveletlive
Message:

changes to simple.tcl for new features added in pgapack
added a script (unfinished) to show per generation changes in population

Location:
trunk/packages/optimizer/examples
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/optimizer/examples/simple.tcl

    r1166 r1201  
    102102optim add number input.number(x1) -min -2 -max 2 -randdist uniform -strictmin yes -strictmax yes
    103103optim add number input.number(x2) -min -2 -max 2 -randdist uniform -strictmin yes -strictmax yes
    104 optim configure -operation minimize -popsize 200 -maxruns 100 -mutnrate 0.5 -crossovrate 0.8 -randnumseed 20 -stpcriteria toosimilar -mutnandcrossover no -allowdup no -numReplPerPop 50 -mutnValue 0.1
     104optim configure -operation minimize -popsize 200 -maxruns 100 -mutnrate 0.5 -crossovrate 0.8 -randnumseed 20 -stpcriteria toosimilar -mutnandcrossover no -allowdup yes -numReplPerPop 50 -mutnValue 0.1 -crossovtype sbx -randReplProp 0.05
     105
    105106optim get configure
    106107
Note: See TracChangeset for help on using the changeset viewer.