[SciPy-user] openopt ImportError: cannot import name oovar

Nils Wagner nwagner at iam.uni-stuttgart.de
Sun Oct 12 07:37:05 EDT 2008


Hi Dmitrey,

The example speedup.py works with r1537. Thank you.

python -i 
svn/openopt/scikits/openopt/examples/oofun/speedup.py
-----------------------------------------------------
solver: scipy_ncg   problem: unnamed   goal: minimum
  iter    objFunVal
     0  2.228e+06
     5  1.142e+06
    10  6.139e+02
    15  4.909e+02
    20  4.888e+02
    25  4.869e+02
    28  4.862e+02
istop:  1000
Solver:   Time Elapsed = 5.95   CPU Time Elapsed = 5.91
objFunValue: 486.19658
evals f:  38562 evals of costly func g: 567
-----------------------------------------------------
solver: scipy_ncg   problem: unnamed   goal: minimum
  iter    objFunVal
     0  2.228e+06
     5  4.982e+02

    10  4.938e+02
    15  4.912e+02
    20  4.891e+02
    25  4.871e+02
    29  4.861e+02
istop:  1000
Solver:   Time Elapsed = 42.5   CPU Time Elapsed = 40.3
objFunValue: 486.11448
evals f:  24235 evals of costly func g: 24235

Cheers,
           Nils



More information about the SciPy-User mailing list