| Name | Last modified | Size | Description | |
|---|---|---|---|---|
| Parent Directory | - | |||
| README.html | 2020-08-29 21:10 | 6.7K | ||
globalOptTestsglobalOptTests is a R package which contains several non-linear programming problems with box constraints. More information about globalOptTests can be found in Mullen (2014).
ROI.models.globalOptTestslists all the names of the globalOptTests instances.
gives all the globalOptTests instances converted into a ROI optimization problem.
gives the available meta information.
returns the Rastrigin optimization problem as an ROI optimization problem.
z <- ROI_solve( globopt(x = "Rastrigin"), start = double(10))
abs(solution(z, "objval") - globopt("metainfo")["Rastrigin", "optimum"])http://dx.doi.org/10.18637/jss.v060.i06