 
    
            GetFitness override should pass in percent training complete
            
                 28 Aug 2020, 06:54
            
                    
It would be nice to have something like:
        protected override double GetFitness (GetFitnessArgs args)
        {
            double pc = args.PercentComplete;
            ...
        }
This would be used to vary the importance of different features in the measurement over time.
Thanks, brilliant project!
                         cTrader Automate
        
        
        @a.raulinaitis
    