Other packages > Find by keyword >

smoof  

Single and Multi-Objective Optimization Test Functions
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("smoof", "1.6.0.3")



Attach the package and use:
library("smoof")
Maintained by
Jakob Bossek
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2015-05-18
Latest Update: 2023-03-10
Description:
Provides generators for a high number of both single- and multi- objective test functions which are frequently used for the benchmarking of (numerical) optimization algorithms. Moreover, it offers a set of convenient functions to generate, plot and work with objective functions.
How to cite:
Jakob Bossek (2015). smoof: Single and Multi-Objective Optimization Test Functions. R package version 1.6.0.3, https://cran.r-project.org/web/packages/smoof. Accessed 05 Mar. 2026.
Previous versions and publish date:
1.0 (2015-05-18 22:44), 1.1 (2015-11-24 15:16), 1.2 (2016-01-22 10:26), 1.3 (2016-03-01 17:15), 1.4 (2016-08-03 16:47), 1.5.1 (2017-08-14 15:07), 1.5 (2017-04-26 19:32), 1.6.0.1 (2020-01-31 17:10), 1.6.0.2 (2020-02-18 10:00), 1.6.0.3 (2023-03-10 15:20), 1.6.0 (2020-01-16 14:40)
Other packages that cited smoof R package
View smoof citation profile
Other R packages that smoof depends, imports, suggests or enhances
Complete documentation for smoof
Functions, R codes and Examples using the smoof R package
Some associated functions: addCountingWrapper . addLoggingWrapper . autoplot.smoof_function . computeExpectedRunningTime . conversion . doesCountEvaluations . filterFunctionsByTags . getAvailableTags . getDescription . getGlobalOptimum . getID . getLocalOptimum . getLoggedValues . getLowerBoxConstraints . getMeanFunction . getName . getNumberOfEvaluations . getNumberOfObjectives . getNumberOfParameters . getParamSet . getRefPoint . getTags . getUpperBoxConstraints . getWrappedFunction . hasBoxConstraints . hasConstraints . hasGlobalOptimum . hasLocalOptimum . hasOtherConstraints . hasTags . isMultiobjective . isNoisy . isSingleobjective . isSmoofFunction . isVectorized . isWrappedSmoofFunction . makeAckleyFunction . makeAdjimanFunction . makeAlpine01Function . makeAlpine02Function . makeAluffiPentiniFunction . makeBBOBFunction . makeBK1Function . makeBartelsConnFunction . makeBealeFunction . makeBentCigarFunction . makeBiObjBBOBFunction . makeBiSphereFunction . makeBirdFunction . makeBohachevskyN1Function . makeBoothFunction . makeBraninFunction . makeBrentFunction . makeBrownFunction . makeBukinN2Function . makeBukinN4Function . makeBukinN6Function . makeCarromTableFunction . makeChichinadzeFunction . makeChungReynoldsFunction . makeComplexFunction . makeCosineMixtureFunction . makeCrossInTrayFunction . makeCubeFunction . makeDTLZ1Function . makeDTLZ2Function . makeDTLZ3Function . makeDTLZ4Function . makeDTLZ5Function . makeDTLZ6Function . makeDTLZ7Function . makeDeckkersAartsFunction . makeDeflectedCorrugatedSpringFunction . makeDentFunction . makeDixonPriceFunction . makeDoubleSumFunction . makeED1Function . makeED2Function . makeEasomFunction . makeEggCrateFunction . makeEggholderFunction . makeElAttarVidyasagarDuttaFunction . makeEngvallFunction . makeExponentialFunction . makeFreudensteinRothFunction . makeFunctionsByName . makeGOMOPFunction . makeGeneralizedDropWaveFunction . makeGiuntaFunction . makeGoldsteinPriceFunction . makeGriewankFunction . makeHansenFunction . makeHartmannFunction . makeHimmelblauFunction . makeHolderTableN1Function . makeHolderTableN2Function . makeHosakiFunction . makeHyperEllipsoidFunction . makeInvertedVincentFunction . makeJennrichSampsonFunction . makeJudgeFunction . makeKeaneFunction . makeKearfottFunction . makeKursaweFunction . makeLeonFunction . makeMMF10Function . makeMMF11Function . makeMMF12Function . makeMMF13Function . makeMMF14Function . makeMMF14aFunction . makeMMF15Function . makeMMF15aFunction . makeMMF1Function . makeMMF1eFunction . makeMMF1zFunction . makeMMF2Function . makeMMF3Function . makeMMF4Function . makeMMF5Function . makeMMF6Function . makeMMF7Function . makeMMF8Function . makeMMF9Function . makeMOP1Function . makeMOP2Function . makeMOP3Function . makeMOP4Function . makeMOP5Function . makeMOP6Function . makeMOP7Function . makeMPM2Function . makeMatyasFunction . makeMcCormickFunction . makeMichalewiczFunction . makeModifiedRastriginFunction . makeMultiObjectiveFunction . makeOmniTestFunction . makePeriodicFunction . makePowellSumFunction . makePriceN1Function . makePriceN2Function . makePriceN4Function . makeRastriginFunction . makeRosenbrockFunction . makeSYMPARTrotatedFunction . makeSYMPARTsimpleFunction . makeSchafferN2Function . makeSchafferN4Function . makeSchwefelFunction . makeShekelFunction . makeShubertFunction . makeSingleObjectiveFunction . makeSixHumpCamelFunction . makeSphereFunction . makeStyblinkskiTangFunction . makeSumOfDifferentSquaresFunction . makeSwiler2014Function . makeThreeHumpCamelFunction . makeTrecanniFunction . makeUFFunction . makeViennetFunction . makeWFG1Function . makeWFG2Function . makeWFG3Function . makeWFG4Function . makeWFG5Function . makeWFG6Function . makeWFG7Function . makeWFG8Function . makeWFG9Function . makeZDT1Function . makeZDT2Function . makeZDT3Function . makeZDT4Function . makeZDT6Function . makeZettlFunction . mnof . plot.smoof_function . plot1DNumeric . plot2DNumeric . plot3D . resetEvaluationCounter . shouldBeMinimized . smoof-package . smoof_function . snof . violatesConstraints . visualizeParetoOptimalFront . 
Some associated R codes: RcppExports.R . addCountingWrapper.R . addLoggingWrapper.R . computeExpectedRunningTime.R . conversion.R . doesCountEvaluations.R . filterFunctionsByTags.R . getAvailableTags.R . getBoxConstraints.R . getDescription.R . getGlobalOptimum.R . getID.R . getLocalOptimum.R . getLoggedValues.R . getMeanFunction.R . getName.R . getNumberOfEvaluations.R . getNumberOfObjectives.R . getNumberOfParameters.R . getParamSet.R . getRefPoint.R . getTags.R . getWrappedFunction.R . hasConstraints.R . hasGlobalOptimum.R . hasTags.R . helper.R . isMultiobjective.R . isNoisy.R . isSingleobjective.R . isSmoofFunction.R . isVectorized.R . isWrappedSmoofFunction.R . makeBBOBFunction.R . makeBiObjBBOBFunction.R . makeFunctionsByName.R . makeMultiObjectiveFunction.R . makeObjectiveFunction.R . makeSingleObjectiveFunction.R . makeUFFunction.R . mnof.R . mof.BK1.R . mof.ED1.R . mof.ED2.R . mof.MOP1.R . mof.MOP2.R . mof.MOP3.R . mof.MOP4.R . mof.MOP5.R . mof.MOP6.R . mof.MOP7.R . mof.SYMPARTrotated.R . mof.SYMPARTsimple.R . mof.WFG1.R . mof.WFG2.R . mof.WFG3.R . mof.WFG4.R . mof.WFG5.R . mof.WFG6.R . mof.WFG7.R . mof.WFG8.R . mof.WFG9.R . mof.dent.R . mof.dtlz1.R . mof.dtlz2.R . mof.dtlz3.R . mof.dtlz4.R . mof.dtlz5.R . mof.dtlz6.R . mof.dtlz7.R . mof.gomop.R . mof.kursawe.R . mof.mmf1.R . mof.mmf10.R . mof.mmf11.R . mof.mmf12.R . mof.mmf13.R . mof.mmf14.R . mof.mmf14a.R . mof.mmf15.R . mof.mmf15a.R . mof.mmf1e.R . mof.mmf1z.R . mof.mmf2.R . mof.mmf3.R . mof.mmf4.R . mof.mmf5.R . mof.mmf6.R . mof.mmf7.R . mof.mmf8.R . mof.mmf9.R . mof.omni.R . mof.sphere.R . mof.viennet.R . mof.zdt1.R . mof.zdt2.R . mof.zdt3.R . mof.zdt4.R . mof.zdt6.R . plot.autoplot.R . plot.helpers.R . plot.plot.R . plot3D.R . resetEvaluationCounter.R . shouldBeMinimized.R . smoof.R . smoof_function.R . snof.R . sof.ackley.R . sof.adjiman.R . sof.alpine01.R . sof.alpine02.R . sof.aluffi-pentini.R . sof.bartels.conn.R . sof.beale.R . sof.bent.cigar.R . sof.bird.R . sof.bohachevsky.n1.R . sof.booth.R . sof.branin.R . sof.brent.R . sof.brown.R . sof.bukin.n2.R . sof.bukin.n4.R . sof.bukin.n6.R . sof.carrom.table.R . sof.chichinadze.R . sof.chung.reynolds.R . sof.complex.R . sof.cosine.mixture.R . sof.cross.in.tray.R . sof.cube.R . sof.deckkers.aarts.R . sof.deflected.corrugated.spring.R . sof.dixon.price.R . sof.double.sum.R . sof.drop.wave.R . sof.easom.R . sof.eggcrate.R . sof.eggholder.R . sof.el.attar.vidyasagar.dutta.R . sof.engvall.R . sof.exponential.R . sof.freudenstein.roth.R . sof.giunta.R . sof.goldstein.price.R . sof.griewank.R . sof.hansen.R . sof.hartmann.R . sof.himmelblau.R . sof.holder.table.n1.R . sof.holder.table.n2.R . sof.hosaki.R . sof.hyper.ellipsoid.R . sof.jennrichsampson.R . sof.judge.R . sof.keane.R . sof.kearfott.R . sof.leon.R . sof.matyas.R . sof.mccormick.R . sof.michalewicz.R . sof.modrastrigin.R . sof.mpm2.R . sof.periodic.R . sof.powell.sum.R . sof.price.n1.R . sof.price.n2.R . sof.price.n4.R . sof.rastrigin.R . sof.rosenbrock.R . sof.schaffer.function.2.R . sof.schaffer.function.4.R . sof.schwefel.R . sof.shekel.R . sof.shubert.R . sof.six.hump.camel.back.function.R . sof.sphere.R . sof.styblinski.tang.R . sof.sum.of.different.powers.R . sof.swiler2014.R . sof.three.hump.camel.R . sof.trecanni.R . sof.vincent.R . sof.zettl.R . violatesConstraints.R . visualizeParetoOptimalFront.R . zzz.R .  Full smoof package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

ClimClass  
Climate Classification According to Several Indices
Classification of climate according to Koeppen - Geiger, of aridity indices, of continentality indi ...
Download / Learn more Package Citations See dependency  
imagefx  
Extract Features from Images
Synthesize images into characteristic features for time-series analysis or machine learning applicat ...
Download / Learn more Package Citations See dependency  
diffIRT  
Diffusion IRT Models for Response and Response Time Data
Package to fit diffusion-based IRT models to response and response time data. Models are fit using ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
neat  
Efficient Network Enrichment Analysis Test
Includes functions and examples to compute NEAT, the Network Enrichment Analysis Test described in ...
Download / Learn more Package Citations See dependency  
roccv  
ROC for Cross Validation Results
Cross validate large genetic data while specifying clinical variables that should always be in the m ...
Download / Learn more Package Citations See dependency  

26,264

R Packages

223,360

Dependencies

70,244

Author Associations

26,265

Publication Badges

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