License |
License
The MIT License
|
---|---|
GroupId | GroupIdde.xypron.jcobyla |
ArtifactId | ArtifactIdjcobyla |
Version | Version1.4 |
Type | Typejar |
Description |
Descriptionjcobyla
COBYLA2 is an implementation of Powell's nonlinear derivative free
constrained optimization that uses a linear approximation approach.
The algorithm is a sequential trust region algorithm that employs
linear approximations to the objective and constraint functions, where
the approximations are formed by linear interpolation at n + 1 points
in the space of the variables and tries to maintain a regular shaped
simplex over iterations.
It solves nonsmooth NLP with a moderate number of variables (about 100).
Inequality constraints only.
The initial point X is taken as one vertex of the initial simplex with
zero being another, so, X should not be entered as the zero vector.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jcobyla-1.4.pom | |
jcobyla-1.4-sources.jar | 18 KB |
jcobyla-1.4-javadoc.jar | 406 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.xypron.jcobyla/jcobyla/ -->
<dependency>
<groupId>de.xypron.jcobyla</groupId>
<artifactId>jcobyla</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/de.xypron.jcobyla/jcobyla/
implementation 'de.xypron.jcobyla:jcobyla:1.4'
// https://jarcasting.com/artifacts/de.xypron.jcobyla/jcobyla/
implementation ("de.xypron.jcobyla:jcobyla:1.4")
'de.xypron.jcobyla:jcobyla:jar:1.4'
<dependency org="de.xypron.jcobyla" name="jcobyla" rev="1.4">
<artifact name="jcobyla" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.xypron.jcobyla', module='jcobyla', version='1.4')
)
libraryDependencies += "de.xypron.jcobyla" % "jcobyla" % "1.4"
[de.xypron.jcobyla/jcobyla "1.4"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |