I have a big series of point that rapresenting some solution of my problem. Every point is a trade off between cost and recall (Es. Point1(cost1,recall1). I would use algorithms genetic to find the best population, in particular i want use nsga 2 with jmetal library. For example i have 3 points like: Point1(cost=200, recall=300); [...]
The post Multiobject algorithms, JMetal implementation to maximize and minimize appeared first on BlogoSfera.