bluepyopt.ephys.objectives¶
Objective classes
- class bluepyopt.ephys.objectives.EFeatureObjective(name, features=None)[source]¶
EPhys feature objective
Constructor
- Parameters
name (str) – name of this object
features (list of eFeatures) – features used in the Objective
- class bluepyopt.ephys.objectives.MaxObjective(name, features=None)[source]¶
Max of list of EPhys feature
Constructor
- Parameters
name (str) – name of this object
features (list of eFeatures) – features used in the Objective
- class bluepyopt.ephys.objectives.SingletonObjective(name, feature)[source]¶
Single EPhys feature
Constructor
- Parameters
name (str) – name of this object
features (EFeature) – single eFeature inside this objective