DOC

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 Javadoc & API Documentation - Latest Versions:

All Versions

Download de.xypron.jcobyla : jcobyla Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.4
1.3
1.2
1.1

How to open Javadoc JAR file in web browser

  1. Rename the file jcobyla-1.4-javadoc.jar to jcobyla-1.4-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder jcobyla-1.4-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "jcobyla-1.4-sources.jar" -d "jcobyla-1.4-javadoc" -subpackages