The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
globalOptTests
library(ROI)
library(ROI.models.globalOptTests)
globalOptTests
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.globalOptTests
globopt()
lists all the names of the globalOptTests
instances.
globopt(x = "all")
gives all the globalOptTests
instances converted into a
ROI optimization problem.
globopt(x = "metainfo")
gives the available meta information.
globopt(x = "Rastrigin")
returns the Rastrigin
optimization problem as an ROI
optimization problem.
<- ROI_solve( globopt(x = "Rastrigin"), start = double(10))
z abs(solution(z, "objval") - globopt("metainfo")["Rastrigin", "optimum"])
http://dx.doi.org/10.18637/jss.v060.i06
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.