is not current version
Last Version 1.4

de.xypron.jcobyla:jcobyla 1.2

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.

GroupId

GroupId

de.xypron.jcobyla
ArtifactId

ArtifactId

jcobyla
Version

Version

1.2
Type

Type

jar

Download jcobyla 1.2


<!-- https://jarcasting.com/artifacts/de.xypron.jcobyla/jcobyla/ -->
<dependency>
    <groupId>de.xypron.jcobyla</groupId>
    <artifactId>jcobyla</artifactId>
    <version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.xypron.jcobyla/jcobyla/
implementation 'de.xypron.jcobyla:jcobyla:1.2'
// https://jarcasting.com/artifacts/de.xypron.jcobyla/jcobyla/
implementation ("de.xypron.jcobyla:jcobyla:1.2")
'de.xypron.jcobyla:jcobyla:jar:1.2'
<dependency org="de.xypron.jcobyla" name="jcobyla" rev="1.2">
  <artifact name="jcobyla" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.xypron.jcobyla', module='jcobyla', version='1.2')
)
libraryDependencies += "de.xypron.jcobyla" % "jcobyla" % "1.2"
[de.xypron.jcobyla/jcobyla "1.2"]