TroglodyteDerivations's picture
Updated the optimize method with removal of contour_plot functionality. Updated plot_contour_and_wolves method lines 344-346 with: best_positions_loaded_array = np.load('best_positions_array.npy') wolf_positions = best_positions_loaded_array. And modified the optimize function with: # Load best_positions_loaded_array best_positions_loaded_array = np.load('best_positions_array.npy') # Plot the contour_and_wolves plot_contour_and_wolves = gwo.plot_contour_and_wolves(best_positions_loaded_array) Removed the contour_plot from gwo.optimize also only the other two variables remain
0d0f645 verified