Ignore:
Timestamp:
03/11/09 11:33:05 (7 years ago)
Author:
mmckerns
Message:

created SetEvaluationLimits? method in abstract_solver;
propagated changes to the derived solvers and examples;
removed 'ooe' circle branch... it's in the trunk now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mystic/examples/test_zimmermann.py

    r102 r111  
    3434 
    3535    solver.SetRandomInitialPoints(min = [0.]*ND, max = [5.]*ND) 
     36    solver.SetEvaluationLimits(maxiter=MAX_GENERATIONS) 
    3637 
    3738    solver.Solve(CostFunction, Rand1Exp, termination = VTR(0.0000001) , \ 
    38                  maxiter= MAX_GENERATIONS, CrossProbability=0.3, ScalingFactor=1.0) 
     39                 CrossProbability=0.3, ScalingFactor=1.0) 
    3940 
    4041    solution = solver.Solution() 
Note: See TracChangeset for help on using the changeset viewer.