Changeset 224 for mpimystic/examples_other/pyre_differential_evolution.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/pyre_differential_evolution.py
r222 r224 11 11 This script will demo a Chebyshev8 fit (also see mystic/examples/test_ffit). 12 12 """ 13 from pyina.differential_evolution_app import *13 from mpimystic.differential_evolution_app import * 14 14 from mystic.termination import ChangeOverGeneration, VTR 15 15 from mystic.tools import VerboseSow
Note: See TracChangeset
for help on using the changeset viewer.