Function parpe::plotting::plotCostTrajectory

Function Documentation

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

Plot the provided cost trajectory

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

Returns:
    ax