Changeset 224 for mpimystic/examples_other/test_mpimogi3.py
- Timestamp:
- 05/02/10 23:42:45 (6 years ago)
- Location:
- mpimystic
- Files:
-
- 1 copied
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
mpimystic/examples_other/test_mpimogi3.py
r222 r224 25 25 """ % { 'launchers' : launchers.getstr({'timelimit' : '00:05','nodes':'6'}) } 26 26 27 from pyina.differential_evolution import DifferentialEvolutionSolver2 as DESolve27 from mpimystic.differential_evolution import DifferentialEvolutionSolver2 as DESolve 28 28 from pyina.parallel_map2 import parallel_map 29 29 from mystic.termination import ChangeOverGeneration, VTR
Note: See TracChangeset
for help on using the changeset viewer.