You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 20, 2019. It is now read-only.
s.set!(:s, :severity, :default => 4, :type => Integer) {"Severity of the timetabling problem"}
s.set!(:m, :mutation, :default => "DumbSwappingMutation") {"Mutation used in the evolutionary algorithm, see lib/mutations.rb for details"}
s.set!(:r, :recombination, :default => "IdentityRecombination") {"Recombination used in the evolutionary algorithm, see lib/recombinations.rb for details"}
s.set!(:i, :iterations, :default => 5_000_000, :type => Integer) {"Algorithm will stop after given amount of iterations or run indefinitely if 0"}
s.set!(:t, :time_limit, :default => 0, :type => Integer) {"Algorithm will stop after given time limit or run indefinitely if 0"}
s.set!(:c, :cycles, :default => 1, :type => Integer) {"Algorithm will run that many times"}