Closed gianlucatruda closed 4 years ago
a text file with your best solution containing the weights for the neural network with 10 hidden neurons (exported as a numpy array, as in the demo).
in specialist_demo.py she just uses
specialist_demo.py
# saves file with the best solution np.savetxt(EXPERIMENT_DIRECTORY+'/best.txt', pop[best])
Done. See PR #40