Nen Bot Dmo Online
from nenbot import DMOBot bot = DMOBot(objectives=["cost", "time", "risk"], discrete_vars=[10, 5, 8]) bot.optimize(generations=200) bot.plot_pareto_front()
Versión Reina Valera 1960. Restaurada y Auditable.
from nenbot import DMOBot bot = DMOBot(objectives=["cost", "time", "risk"], discrete_vars=[10, 5, 8]) bot.optimize(generations=200) bot.plot_pareto_front()