Leonardo Mutti

Results 3 issues of Leonardo Mutti

Hello, may I ask why are `self.N0` predictions from the network removed, when computing the loss during training? My guess is this should account for the initial padding, but why...

SLSQP keeps on failing on a fairly standard optimization problem: ``` import nlopt import numpy as np N = 5 C = np.eye(N) def f(x, grad): if grad.size > 0:...

Hi, I'm trying to get the candles from a given timestamp to another of a certain asset. I achieved that by editing the candles.py script in the following way: def...