class Algorithm::Genetic::Terminated

terminated exception

Attributes

gene[R]

Public Class Methods

new(gene) click to toggle source
Calls superclass method
# File lib/algorithm/genetic/population.rb, line 9
def initialize(gene)
        @gene = gene
        super('terminated.')
end