forked from madebr/pyOpt
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
52 lines (36 loc) · 1.75 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
pyOpt - PYthon OPTimization Framework
=====================================
Copyright (c) 2008-2014, pyOpt Developers
pyOpt is an object-oriented framework for formulating and solving
nonlinear constrained optimization problems.
Some of the features of pyOpt:
* Object-oriented development maintains independence between
the optimization problem formulation and its solution by
different optimizers
* Allows for easy integration of gradient-based, gradient-free,
and population-based optimization algorithms
* Interfaces both open source as well as industrial optimizers
* Ease the work required to do nested optimization and provides
automated solution refinement
* On parallel systems it enables the use of optimizers when
running in a mpi parallel environment, allows for evaluation
of gradients in parallel, and can distribute function
evaluations for gradient-free optimizers
* Optimization solution histories can be stored during the
optimization process. A partial history can also be used
to warm-restart the optimization
see the QUICKGUIDE file for further details.
Licensing
---------
Distributed using the GNU Lesser General Public License (LGPL); see
the LICENSE file for details.
Please cite pyOpt and the authors of the respective optimization
algorithms in any publication for which you find it useful.
(This is not a legal requirement, just a polite request.)
Contact and Feedback
--------------------
If you have questions, comments, problems, want to contribute to the
framework development, or want to report a bug, please contact the
main developers:
* Dr. Ruben E. Perez ([email protected])
* Peter W. Jansen ([email protected])