pub enum Name {
Bbob,
BbobBiobj,
Toy,
None,
}
Expand description
Observers provided by COCO.
The observer name should match the suite::Name
.
Variants§
Bbob
Observer for the BBOB suite.
BbobBiobj
Observer for the BBOB Bi-Objective suite.
Toy
Observer for the toy suite.
None
Dont use any observer.
Trait Implementations§
impl Copy for Name
impl Eq for Name
impl StructuralPartialEq for Name
Auto Trait Implementations§
impl Freeze for Name
impl RefUnwindSafe for Name
impl Send for Name
impl Sync for Name
impl Unpin for Name
impl UnwindSafe for Name
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more