[][src]Trait benchfun::UnBounded

pub trait UnBounded {
    const BOUNDS: (f64, f64);
    fn in_bounds(_x: Vec<f64>) -> bool { ... }
}

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

Associated Constants

const BOUNDS: (f64, f64)

The bounds of the canonical optimization problem

Loading content...

Provided methods

fn in_bounds(_x: Vec<f64>) -> bool

Function to check bounds

Loading content...

Implementors

impl UnBounded for RosenbrockConst1[src]

impl UnBounded for RosenbrockConst2[src]

impl UnBounded for Sphere[src]

Loading content...