parpe.plotting.plotCostTrajectory

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

Plot the provided cost trajectory

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

Returns:

ax