blob: c830c6d5ede28f50588c3a80a17755656f654329 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>sci</herd>
<longdescription lang="en">
OPT++ is a library of nonlinear optimization algorithms written in
C++. The motivation for this package is to build an environment for
the rapid prototyping and development of new optimization
algorithms. In particular, the focus is on robust and efficient
algorithms for problems in which the function and constraint
evaluations require the execution of an expensive computer
simulation. Currently, OPT++ includes the classic Newton methods, a
nonlinear interior-point method, parallel direct search, generating
set search, a trust region - parallel direct search hybrid, and a
wrapper to NPSOL. Between these methods, a wide range of problems
can be solved, e.g. with or without constraints, with or without
analytic gradients, simulation based, etc.
</longdescription>
</pkgmetadata>
|