[][src]Trait benchfun::UnConstrained

pub trait UnConstrained {
    const CONSTRAINED: bool;
}

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

Associated Constants

const CONSTRAINED: bool

This trait indicates that the function is unconstrained

Loading content...

Implementors

impl UnConstrained for FonsecaFlemming[src]

impl UnConstrained for Viennet[src]

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...