Trait ka::UnBounded[][src]

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)[src]

The bounds of the canonical optimization problem

Loading content...

Provided methods

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

Function to check bounds

Loading content...

Implementors

Loading content...