Skip to content

StatusReports: Add differentiation of x-axis labels between algorithms: iteration, generation, evaluation #5

@e-dub

Description

@e-dub

The following will be used in next version for the graphs produced in ResultsReports:

if Alg in ["MMA", "FFSQP", "FSQP", "GCMMA", "CONMIN", "SLSQP", "PSQP", "KSOPT", "ALGENCAN", "NLPQLP", "IPOPT"]:
    LabelItEval = "Iteration"
elif Alg == "NSGA2":
    LabelItEval = "Generation"
elif Alg[:5] == "PyGMO":
    LabelItEval = "Evaluation"
else:
    LabelItEval = "Evaluation"

Something of this nature shall be done for StatusReports.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions