How can I run all possible genes combination and sort out best solutions from those ???
Sometimes we stuck on local values and mutations doesn’t help a lot at those moment.
How can I run all possible genes combination and sort out best solutions from those ???
Sometimes we stuck on local values and mutations doesn’t help a lot at those moment.
Galapagos? Sorry if I misinterpreted your question if by ‘genes’ you mean something other than sliders/values.
No basically It’s sliders.
For example I have 3 sliders & all possible combinations created by those sliders are 1 million so is it possible to run all of 1 million solutions and then sort out best 1,000 solutions from those?
Thank you Anders but it’s not recommending because of too many permutations so what is the other option?
Is there any optimizer which can run verious permutations from all results instead of going for a locally optimized value?
This is exactly what the TT Toolbox Brute Force
solver does!
If you’re looking for generic solvers that can explore fitness landscapes using “smarter” heuristics, you can use the native Galapagos solver, or one of the many third party options (e.g. Octopus and Goat).
I tried Galapagos, can you tell me one thing what is the difference between Octopus and Wallacei??
I don’t know anything about Wallacei. But I do know that Octopus implements multi-objective algorithms, whereas Galapagos “only” has single-objective. You can ask about Wallacei over here:
Thank you… have a great day.
Octopus:
Wallacei:
That process can be called optioneering. Here is the original interface to navigate all possible solutions: Design Explorer | Thornton Tomasetti