Skip to content
Aleksandar Popovic edited this page Sep 12, 2019 · 2 revisions

Algorithmically::Stochastic::RandomSearch.new do |config|

config.problem_size = 10
config.maximum_iterations = 10
config.negative_space = 2
config.positive_space = 2

end

Algorithmically::Stochastic::RandomSearch.best_solution

Z<z

Clone this wiki locally