All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sourceforge.cilib.functions.package-info Maven / Gradle / Ivy

Go to download

A library of composable components enabling simpler Computational Intelligence

The newest version!
/**           __  __
 *    _____ _/ /_/ /_    Computational Intelligence Library (CIlib)
 *   / ___/ / / / __ \   (c) CIRG @ UP
 *  / /__/ / / / /_/ /   http://cilib.net
 *  \___/_/_/_/_.___/
 */

package net.sourceforge.cilib.functions;

/**
 * 

* Collection of different types of functions. The function classes are categorized into * different types: * *

    *
  • Continuous functions
  • *
  • Discrete functions
  • *
  • Clustering functions
  • *
* *

* Each function provides details about itself within the JavaDoc. For example, continuous * functions state the function properties such as: * *

    *
  • Multi or Unimodal
  • *
  • Continuous or discontinuous
  • *
  • Separable or Non-separable
  • *
  • Input values for the the global minimum / maximum, if it is known.
  • *
  • The accepted search space domain of the function for benchmark purposes.
  • *
*/




© 2015 - 2025 Weber Informatics LLC | Privacy Policy