Class: Moea::Pareto::Objective
- Inherits:
-
Struct
- Object
- Struct
- Moea::Pareto::Objective
- Defined in:
- ../lib/pareto.rb
Instance Attribute Summary (collapse)
-
- (Object) how
Returns the value of attribute how.
-
- (Object) symb
Returns the value of attribute symb.
Instance Attribute Details
- (Object) how
Returns the value of attribute how
32 33 34 |
# File '../lib/pareto.rb', line 32 def how @how end |
- (Object) symb
Returns the value of attribute symb
32 33 34 |
# File '../lib/pareto.rb', line 32 def symb @symb end |