Ignore:
Timestamp:
Jun 26, 2008, 7:48:10 PM (16 years ago)
Author:
liveletlive
Message:

changes made to test gaussian profile and individual gene based mutation

File:
1 edited

Legend:

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

    r1068 r1071  
    9797Rappture::optimizer optim -tool $tool -using pgapack
    9898
    99 optim add number input.number(x1) -min -2 -max 2
    100 optim add number input.number(x2) -min -2 -max 2
    101 optim configure -operation minimize -popsize 50 -maxruns 100 -mutnrate 0.01 -crossovrate 0.9 -randnumseed 24 -stpcriteria nochange
     99optim add number input.number(x1) -min -2 -max 2 -randdist gaussian -stddev 0.7 -mean 1 -mutnrate 0.01 -strictmin yes -strictmax yes
     100optim add number input.number(x2) -min -2 -max 2 -randdist gaussian -stddev 0.5 -mean 1 -mutnrate 0.01 -strictmin yes -strictmax yes
     101#optim configure -operation minimize -popsize 50 -maxruns 100 -mutnrate 0.01 -crossovrate 0.9 -randnumseed 24 -stpcriteria toosimilar
     102
     103optim get configure
    102104
    103105set status [optim perform \
Note: See TracChangeset for help on using the changeset viewer.