Platypus
Platypus copied to clipboard
Population hybrid encoding
I wonder whether the Platypus support hybrid encoding for decision variables? For example encode simultaneously with Real and Binary.
Hi, it can support mixed types, but you (the developer) are responsible for creating the variation operator appropriate for the mixed type. All of the operators are type-safe, meaning they only modify the decision variables of the appropriate type.
See for example the CustomMutation operator, which can be used to apply multiple mutation operators: CustomMutation(PM(), BitFlip())
.
Hello, it is my impression or this seems also related to Issue #31
This issue is stale and will be closed soon. If you feel this issue is still relevant, please comment to keep it active. Please also consider working on a fix and submitting a PR.