jar

de.xypron.jcobyla : jcobyla

Maven & Gradle

May 31, 2022
2 stars

jcobyla · 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.

Table Of Contents

Latest Version

Download de.xypron.jcobyla : jcobyla JAR file - Latest Versions:

All Versions

Download de.xypron.jcobyla : jcobyla JAR file - All Versions:

Version Vulnerabilities Size Updated
1.4
1.3
1.2
1.1

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jcobyla-1.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

de.xypron.jcobyla

├─ de.xypron.jcobyla.Calcfc.class - [JAR]

├─ de.xypron.jcobyla.Cobyla.class - [JAR]

├─ de.xypron.jcobyla.CobylaExitStatus.class - [JAR]