Function parpe::plotting::plotCostTrajectory

Function Documentation

parpe.plotting.plotCostTrajectory(costTrajectory, color=None, scaleToIteration=1, legend=True, legend_loc='upper right', ax=None, log=True)

Plot the provided cost trajectory

Arguments:
costTrajectory: ndarray(numIterations x numStarts): cost over iterations for all optimizations

Returns:
    ax