Platypus icon indicating copy to clipboard operation
Platypus copied to clipboard

Population hybrid encoding

Open AngryCai opened this issue 7 years ago • 2 comments

I wonder whether the Platypus support hybrid encoding for decision variables? For example encode simultaneously with Real and Binary.

AngryCai avatar Jun 14 '17 13:06 AngryCai

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()).

dhadka avatar Jun 19 '17 18:06 dhadka

Hello, it is my impression or this seems also related to Issue #31

mariocastrogama avatar Jan 16 '18 15:01 mariocastrogama

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.

github-actions[bot] avatar Nov 14 '22 03:11 github-actions[bot]