Changeset 230


Ignore:
Timestamp:
05/15/10 00:24:03 (6 years ago)
Author:
mmckerns
Message:

first step to merge pp/mystic to mystic by creating ppmystic

Location:
branches/pp
Files:
4 added
74 deleted
4 edited
1 moved

Legend:

Unmodified
Added
Removed
  • branches/pp/Make.mm

    r157 r230  
    11# -*- Makefile -*- 
    22 
    3 PROJECT = mystic 
     3PROJECT = ppmystic 
    44 
    55BUILD_DIRS = \ 
    6     mystic \ 
    7     models \ 
     6    ppmystic \ 
    87 
    98OTHER_DIRS = \ 
    109    examples \ 
    11     examples_other \ 
    12     tests \ 
    1310 
    1411RECURSE_DIRS = $(BUILD_DIRS) $(OTHER_DIRS) 
  • branches/pp/examples/Make.mm

    r157 r230  
    22# 
    33 
    4 PROJECT = mystic 
     4PROJECT = ppmystic 
    55PACKAGE = examples 
    66 
     
    2525#EXPORT_PYTHON_MODULES = \ 
    2626EXPORT_BINS = \ 
    27     cg_rosenbrock.py \ 
    28 ##  derun.py \ 
    29 ##  dummy.py \ 
    30     example01.py \ 
    31     example02.py \ 
    32     example03.py \ 
    33     example04.py \ 
    34     example05.py \ 
    35     example06.py \ 
    36     example07.py \ 
    37     example08.py \ 
    38     example09.py \ 
    39     example10.py \ 
    40     example11.py \ 
    41     example12.py \ 
    42     forward_model.py \ 
    43 #   gplot_test_ffit.py \ 
    44 ##  metropolis.py \ 
    45     mpl_corana.py \ 
    46     rosetta_parabola.py \ 
    47     rosetta_mogi.py \ 
    48     test_br8.py \ 
    49     test_circle.py \ 
    50     test_corana.py \ 
    51     test_dejong3.py \ 
    52     test_dejong4.py \ 
    53     test_dejong5.py \ 
    5427    test_ffit.py \ 
    55     test_ffit2.py \ 
    56     test_ffitB.py \ 
    57     test_ffitC.py \ 
    58     test_ffitD.py \ 
    59     test_fosc3d.py \ 
    60     test_getCost.py \ 
    61     test_griewangk.py \ 
    62     test_lorentzian.py \ 
    63     test_lorentzian2.py \ 
    64     test_mogi.py \ 
    65     test_mogi2.py \ 
    66 ##  test_mogi3.py \ 
    67 ##  test_mogi4.py \ 
    68     test_mogi_anneal.py \ 
    69     test_mogi_leastsq.py \ 
    70     test_rosenbrock.py \ 
    71     test_rosenbrock2.py \ 
    72     test_rosenbrock3.py \ 
    73 ##  test_twistedgaussian.py \ 
    74 ##  test_twistedgaussian2.py \ 
    75 ##  test_twistedgaussian3.py \ 
    76     test_wavy.py \ 
    77     test_zimmermann.py \ 
     28    TEST_ffitPP.py \ 
     29    TEST_ffitPP2.py \ 
     30    TEST_ffitPP2_b.py \ 
     31    TEST_ffitPP_b.py \ 
    7832 
    7933 
  • branches/pp/ppmystic/Make.mm

    r157 r230  
    11# -*- Makefile -*- 
    22 
    3 PROJECT = mystic 
    4 PACKAGE = mystic 
     3PROJECT = ppmystic 
     4PACKAGE = ppmystic 
    55 
    66BUILD_DIRS = \ 
  • branches/pp/ppmystic/__init__.py

    r157 r230  
    196196 
    197197# solvers 
    198 import differential_evolution, scipy_optimize 
     198import differential_evolution 
    199199 
    200200# strategies, termination conditions 
    201 import termination 
    202 import strategy 
    203201 
    204202# monitors, function wrappers, and other tools 
    205 from tools import * 
    206  
    207 def copyright(): 
    208     """print copyright and reference""" 
    209     print __license__[-439:] 
    210     return 
    211203 
    212204# end of file 
Note: See TracChangeset for help on using the changeset viewer.