Changes between Version 2 and Version 3 of DianaOptimization


Ignore:
Timestamp:
Jul 21, 2009, 10:08:34 AM (16 years ago)
Author:
gogolenk
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DianaOptimization

    v2 v3  
    11This page contains some documents and scripts concerned with optimization in Diana
     2
     3Documents
     4 * Introductory notes for users and developers
     5  [[BR]][attachment:optimization.pdf "User's guide"]
     6
     7Examples
     8 * Minimization of Rosenbrock's function
     9  [[BR]][attachment:rosenbrock.py "rosenbrock.py"]
     10 * Parameter estimation with derivative free solver
     11  [[BR]][attachment:ParEstimation.py "ParEstimation.py"] [attachment:ParEstimation.tar.gz "ParEstimation.tar.gz"]
     12 * Parameter estimation with gradient based solver
     13  [[BR]][attachment:SensParEstimation.py "SensParEstimation.py"] [attachment:SensParEstimation.tar.gz "SensParEstimation.tar.gz"]
     14 * Optimal experimental design with Sigma Point approach
     15  [[BR]][attachment:OEDSigmaPoint.py "OEDSigmaPoint.py"] [attachment:OEDSigmaPoint.tar.gz "OEDSigmaPoint.tar.gz"]