Struct genetic_planner::genetic_planner::Plan [] [src]

pub struct Plan<T> where
    T: State + Clone + Send + Sync + 'static, 
{ pub state: T, pub actions: Vec<Action<T>>, }

Contains the actions of a Plan

Fields

State reached using the actions, the first state is State::get_initial_state()

Actions of the Plan

Methods

impl<T> Plan<T> where
    T: State + Clone
[src]

Create a new Action