Function eant2::eant::eant_loop [] [src]

pub fn eant_loop<T>(object: &T, options: EANT2Options) -> (Network, f64) where T: 'static + NNFitnessFunction + Clone + Send + Sync

Returns a neural network with as small a fitness as possible, along with the network's fitness. See the library level documentation for examples.