Welded BeamΒΆ
[1]:
from pymoo.problems import get_problem
from pymoo.util.plotting import plot
problem = get_problem("welded_beam")
plot(problem.pareto_front(), no_fill=True)
[1]:
from pymoo.problems import get_problem
from pymoo.util.plotting import plot
problem = get_problem("welded_beam")
plot(problem.pareto_front(), no_fill=True)