Changeset 465 for mystic/examples_other/sam_corana2.py
- Timestamp:
- 07/01/11 23:05:59 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mystic/examples_other/sam_corana2.py
r133 r465 11 11 import sam 12 12 #from test_corana import * 13 from mystic.s cipy_optimizeimport NelderMeadSimplexSolver as fmin13 from mystic.solvers import NelderMeadSimplexSolver as fmin 14 14 from mystic.termination import CandidateRelativeTolerance as CRT 15 from mystic import getch, Sow15 from mystic.tools import getch, Sow 16 16 17 17 from mystic.models.corana import corana2d as Corana2
Note: See TracChangeset
for help on using the changeset viewer.