I am using the cs-moea for a project where I need to setup some constraints. Can I use the isFeasible() method provided in the problem definition? How is this method called? Is it called by the solver or do I need to invoke it from the fitness calculation method? Please provide a small sample if it is possible.
I am using the cs-moea for a project where I need to setup some constraints. Can I use the isFeasible() method provided in the problem definition? How is this method called? Is it called by the solver or do I need to invoke it from the fitness calculation method? Please provide a small sample if it is possible.