Other packages > Find by keyword >

optimbase  

R Port of the 'Scilab' Optimbase Module
View on CRAN: Click here


Download and install optimbase package within the R console
Install from CRAN:
install.packages("optimbase")

Install from Github:
library("remotes")
install_github("cran/optimbase")

Install by package version:
library("remotes")
install_version("optimbase", "1.0-10")



Attach the package and use:
library("optimbase")
Maintained by
Sebastien Bihorel
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2010-05-05
Latest Update: 2022-01-26
Description:
Provides a set of commands to manage an abstract optimization method. The goal is to provide a building block for a large class of specialized optimization methods. This package manages: the number of variables, the minimum and maximum bounds, the number of non linear inequality constraints, the cost function, the logging system, various termination criteria, etc...
How to cite:
Sebastien Bihorel (2010). optimbase: R Port of the 'Scilab' Optimbase Module. R package version 1.0-10, https://cran.r-project.org/web/packages/optimbase. Accessed 25 Jun. 2026.
Previous versions and publish date:
1.0-1 (2010-05-05 13:27), 1.0-2 (2010-05-12 09:22), 1.0-3 (2010-05-26 08:55), 1.0-4 (2010-09-16 08:37), 1.0-5 (2011-01-16 10:37), 1.0-6 (2011-03-17 06:46), 1.0-7 (2012-10-29 08:59), 1.0-8 (2014-02-02 17:35), 1.0-9 (2014-03-02 08:47), 1.0 (2010-05-05 10:09)
Other packages that cited optimbase R package
View optimbase citation profile
Other R packages that optimbase depends, imports, suggests or enhances
Complete documentation for optimbase
Functions, R codes and Examples using the optimbase R package
Some associated functions: asserts . ones . optimbase-package . optimbase.checkbounds . optimbase.checkcostfun . optimbase.checkshape . optimbase.checkx0 . optimbase.destroy . optimbase.function . optimbase.get . optimbase.gridsearch . optimbase.hasbounds . optimbase.incriter . optimbase.isfeasible . optimbase.isinbounds . optimbase.log . optimbase . optimbase.outputcmd . optimbase.outstruct . optimbase.proj2bnds . optimbase.set . optimbase.terminate . size . strvec . transpose . vec2matrix . 
Some associated R codes: as.R . assert.classboolean.R . assert.classfunction.R . assert.classinteger.R . assert.classreal.R . assert.classstring.R . is.R . ones.R . optimbase.R . optimbase.checkbounds.R . optimbase.checkcostfun.R . optimbase.checkshape.R . optimbase.checkx0.R . optimbase.destroy.R . optimbase.function.R . optimbase.get.R . optimbase.gridsearch.R . optimbase.hasbounds.R . optimbase.hasconstraints.R . optimbase.hasnlcons.R . optimbase.histget.R . optimbase.histset.R . optimbase.incriter.R . optimbase.isfeasible.R . optimbase.isinbounds.R . optimbase.isinnonlincons.R . optimbase.log.R . optimbase.logshutdown.R . optimbase.logstartup.R . optimbase.outputcmd.R . optimbase.outstruct.R . optimbase.proj2bnds.R . optimbase.set.R . optimbase.stoplog.R . optimbase.terminate.R . print.optimbase.R . size.R . strvec.R . summary.optimbase.R . transpose.R . unknownValueForOption.R . vec2matrix.R .  Full optimbase package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

foster  
Forest Structure Extrapolation with R
Set of tools to streamline the modeling of the relationship betweensatellite imagery time series or ...
Download / Learn more Package Citations See dependency  
edeaR  
Exploratory and Descriptive Event-Based Data Analysis
Exploratory and descriptive analysis of event based data. Provides methods for describing and select ...
Download / Learn more Package Citations See dependency  
airGRiwrm  
'airGR' Integrated Water Resource Management
Semi-distributed Precipitation-Runoff Modelling based on 'airGR' package models integrating human i ...
Download / Learn more Package Citations See dependency  
sitmo  
Parallel Pseudo Random Number Generator (PPRNG) 'sitmo' Header Files
Provided within are two high quality and fast PPRNGs that may be used in an 'OpenMP' parallel enviro ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  

27,535

R Packages

236,180

Dependencies

73,223

Author Associations

27,536

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA