pub enum Name {
Bbob,
BbobBiobj,
BbobBiobjExt,
BbobLargescale,
BbobConstrained,
BbobMixint,
BbobBiobjMixint,
Toy,
}
Expand description
Suites provided by COCO.
Variants§
Bbob
The standard bbob test suite.
BbobBiobj
The bi-objective test suite.
BbobBiobjExt
The extended bi-objective test suite.
BbobLargescale
The large scale test suite.
BbobConstrained
The constrained test suite.
BbobMixint
The mixed-integer test suite.
BbobBiobjMixint
The bi-objective mixed-integer test suite.
Toy
The toy test suite.
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