GetFitness override should pass in percent training complete

Created at 28 Aug 2020, 06:54
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
A.

a.raulinaitis

Joined 28.08.2020

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