On this repository you find my projects for evolutionary computation class
$ ruby sample2.rb
params:
type
-> in {:int, :flt, :bin, :prm}info
-> number of informationsindv
-> number of individualsbnds
-> [inf, sup] only totype
iqual :int or :fltdivr
-> I dont know this yetselc
-> (:roulette, :tournament)eltm
-> (:yes, :no)crss
iftype
is :bin -> (:one, :two, :uni) iftype
is :prm -> :PMX iftype
is :int -> (:one, :two, :uni) iftype
is :flt -> (:blx, :uni, :art)mutc
iftype
is :bin -> :bit-flip iftype
is :prm -> :swap-mut iftype
is :int -> :rand-val iftype
is :flt -> :mut-gaus
[DONE]
graphics
-> python