David Marqués García
David Marqués García
That does help, thanks! I've also found this code on how to plot the Ackley function with matplotlib: ```python import numpy as np import matplotlib.pyplot as plt from mpl_toolkits.mplot3d import...
I spent a good part of yesterday trying to understand why if I gave Ackley 2 vectors with 5 points each (like `[1,2,3,4,5]`) it only returned 2 numbers, instead of...
In any case, even if not everything is done, I think you should specify the shape of the tensor to feed the `evaluate_true(X)` method. Saying in the docs that X...