Contents Menu Expand Light mode Dark mode Auto light/dark mode
IOHExperimenter 0.3.14 documentation
IOHExperimenter 0.3.14 documentation
  • IOHexperimenter
  • C++
    • common
      • file
        • utils
      • random
        • bbob2009
        • pbo
        • sampler
    • logger
      • analyzer
        • structures
        • v1
        • v2
      • eaf
      • eah
        • stat
          • Distribution
          • under_curve
    • problem
      • bbob
        • many_affine
      • cec2013
      • cec2022
      • constraint
      • pbo
      • star_discrepancy
        • integer
        • real
      • submodular
        • graph
        • pwt
      • transformation
        • objective
        • variables
      • utils
      • wmodel
    • suite
    • trigger
    • watch
    • ioh
  • Python
    • Problem
      • IntegerSingleObjective
      • RealSingleObjective
      • BBOB & SBOX
        • AttractiveSector
        • BBOB
        • BentCigar
        • BuecheRastrigin
        • DifferentPowers
        • Discus
        • Ellipsoid
        • EllipsoidRotated
        • Gallagher101
        • Gallagher21
        • GriewankRosenbrock
        • Katsuura
        • LinearSlope
        • LunacekBiRastrigin
        • Rastrigin
        • RastriginRotated
        • Rosenbrock
        • RosenbrockRotated
        • SBOX
        • Schaffers10
        • Schaffers1000
        • Schwefel
        • SharpRidge
        • Sphere
        • StepEllipsoid
        • Weierstrass
      • PBO
        • ConcatenatedTrap
        • IsingRing
        • IsingTorus
        • IsingTriangular
        • LABS
        • LeadingOnes
        • LeadingOnesDummy1
        • LeadingOnesDummy2
        • LeadingOnesEpistasis
        • LeadingOnesNeutrality
        • LeadingOnesRuggedness1
        • LeadingOnesRuggedness2
        • LeadingOnesRuggedness3
        • Linear
        • MIS
        • NQueens
        • OneMax
        • OneMaxDummy1
        • OneMaxDummy2
        • OneMaxEpistasis
        • OneMaxNeutrality
        • OneMaxRuggedness1
        • OneMaxRuggedness2
        • OneMaxRuggedness3
        • PBO
      • Submodular
        • GraphProblem
        • MaxCoverage
        • MaxCut
        • MaxInfluence
        • PackWhileTravel
      • Star Discrepancy
        • IntegerStarDiscrepancy
        • RealStarDiscrepancy
        • StarDiscrepancySampler
      • WModel
        • AbstractWModel
        • WModelLeadingOnes
        • WModelOneMax
      • CEC 2013
        • CEC2013
        • CEC2013CompositionFunction
        • EqualMaxima
        • FivePeaks
        • ModifiedRastrigin
        • Shubert
        • SixHumpCamelback
        • UnevenEqualMaxima
        • Vincent
      • CEC 2022
        • CEC2022
        • CEC2022CompositionFunction1
        • CEC2022CompositionFunction2
        • CEC2022CompositionFunction3
        • CEC2022CompositionFunction4
        • CEC2022HybridFunction1
        • CEC2022HybridFunction2
        • CEC2022HybridFunction3
        • CEC2022Levy
        • CEC2022Rastrigin
        • CEC2022Rosenbrock
        • CEC2022SchafferF7
        • CEC2022Zakharov
    • Structures
      • ConstraintEnforcement
      • IntegerBounds
      • IntegerConstraint
      • IntegerConstraintSet
      • IntegerSolution
      • IntegerState
      • LogInfo
      • MetaData
      • OptimizationType
      • RealBounds
      • RealConstraint
      • RealConstraintSet
      • RealSolution
      • RealState
    • Utilities
      • get_problem
      • wrap_problem
      • get_problem_id
      • Experiment
    • Logging
      • Always
      • At
      • During
      • Each
      • OnDeltaImprovement
      • OnImprovement
      • OnViolation
      • Trigger
      • AbstractProperty
      • CurrentBestY
      • CurrentY
      • Evaluations
      • Penalty
      • Property
      • RawY
      • RawYBest
      • TransformedY
      • TransformedYBest
      • Violation
      • CURRENTBESTY
      • CURRENTY
      • EVALUATIONS
      • PENALTY
      • RAWY
      • RAWYBEST
      • TRANSFORMEDY
      • TRANSFORMEDYBEST
      • VIOLATION
      • AbstractLogger
      • Analyzer
      • Combine
      • EAF
      • EAH
      • FlatFile
      • Logger
      • Store
    • Suite
      • BBOB
      • Integer
      • IntegerStarDiscrepancy
      • PBO
      • Real
      • RealStarDiscrepancy
      • SBOX
      • Submodular
  • Server
Back to top

CEC 2013#

Benchmark Functions for CEC’ 2013 Special Session and Competition on Niching Methods for Multimodal Function Optimization

Classes#

CEC2013

Functions from the CEC2013 conference.

CEC2013CompositionFunction

EqualMaxima

FivePeaks

ModifiedRastrigin

Shubert

SixHumpCamelback

UnevenEqualMaxima

Vincent

Class Inheritance Diagram#

Inheritance diagram of ioh.iohcpp.problem.CEC2013, ioh.iohcpp.problem.CEC2013CompositionFunction, ioh.iohcpp.problem.EqualMaxima, ioh.iohcpp.problem.FivePeaks, ioh.iohcpp.problem.ModifiedRastrigin, ioh.iohcpp.problem.Shubert, ioh.iohcpp.problem.SixHumpCamelback, ioh.iohcpp.problem.UnevenEqualMaxima, ioh.iohcpp.problem.Vincent
Next
CEC2013
Previous
WModelOneMax
Copyright © 2022, Jacob de Nobel, Furong Ye, Diederick Vermetten, Hao Wang, Carola Doerr and Thomas Bäck
Made with Sphinx and @pradyunsg's Furo
On this page
  • CEC 2013
    • Classes
    • Class Inheritance Diagram