Enum vrp_cli::extensions::solve::config::HyperType [−][src]
pub enum HyperType {
StaticSelective {
mutations: Vec<MutationType>,
},
DynamicSelective,
}A hyper heuristic configuration.
Variants
A hyper heuristic which selects one mutation from the list based on its probability.
Show fields
Fields of StaticSelective
mutations: Vec<MutationType>A collection of inner mutation operators (metaheuristics).
A hyper heuristic which selects mutations from the predefined list using reinforcement learning technics.
Trait Implementations
impl<'de> Deserialize<'de> for HyperType[src]
impl<'de> Deserialize<'de> for HyperType[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl RefUnwindSafe for HyperType
impl RefUnwindSafe for HyperTypeimpl UnwindSafe for HyperType
impl UnwindSafe for HyperTypeBlanket Implementations
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,