[][src]Trait benchfun::UnConstrained

pub trait UnConstrained {
    const CONSTRAINED: bool;
}

This is a trait that ensure consistent implementation of unconstrained benchmark functions

Associated Constants

Loading content...

Implementors

impl UnConstrained for Ackley[src]

impl UnConstrained for Griewank[src]

impl UnConstrained for Matyas[src]

impl UnConstrained for Rastrigin[src]

impl UnConstrained for Ridge[src]

impl UnConstrained for Rosenbrock[src]

impl UnConstrained for Salomon[src]

impl UnConstrained for Sphere[src]

impl UnConstrained for Zakharov[src]

Loading content...