Class: AnswerFactory::Machines::Machine
- Inherits:
-
Object
- Object
- AnswerFactory::Machines::Machine
- Defined in:
- lib/machines/infrastructure.rb
Direct Known Subclasses
BuildRandom, EvaluateSimpleScore, EvaluateWithTestCases, MutateCodeblock, MutateFootnotesUniform, PointCrossover, RemoveAnyOne, SampleAnyOne, SelectBySummedRank, SelectNondominated
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Machine
constructor
A new instance of Machine.
Constructor Details
#initialize(options = {}) ⇒ Machine
Returns a new instance of Machine.
10 11 12 |
# File 'lib/machines/infrastructure.rb', line 10 def initialize( = {}) @options = end |
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
8 9 10 |
# File 'lib/machines/infrastructure.rb', line 8 def @options end |