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.

Лицензия

Лицензия

The MIT License
Группа

Группа

de.xypron.jcobyla
Идентификатор

Идентификатор

jcobyla
Последняя версия

Последняя версия

1.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

https://github.com/xypron/jcobyla
Система контроля версий

Система контроля версий

https://github.com/xypron/jcobyla.git

Скачать jcobyla

Как подключить последнюю версию

<!-- 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"]

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.13.2

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.4
1.3
1.2
1.1