- Home
- Forum
- cTrader Automate
- ณื นยะรทรหำ mode. The number of test cases is incomplete.
ณื นยะรทรหำ mode. The number of test cases is incomplete.
ณื นยะรทรหำ mode. The number of test cases is incomplete.
The number of test cases is incomplete.
I have 3 parametors 0-1000
The total test case it should be 1000*1000*1000 = 1,000,000,000 test case. It is always 4000-6000 test case!
RE:
PanagiotisChar said:
Hi there,
Can you explain what do you mean with test cases?
in optimise mode, if Ihave parameter like this. Program should test param from 1,1,1 until 1000,1000,1000
Total test case = 1000*1000*1000 = 1,000 million
But after optimise has ended, it show all test case on this page
but all pass or test case it show only 4000-6000. So I think it didn't test from 1,1,1 to 1000,1000,1000 for me.
Hi there,
This happens because you use Genetic Algorithm method. You need to use Grid
RE:
PanagiotisChar said:
Hi there,
This happens because you use Genetic Algorithm method. You need to use Grid
Yep and then wait for a few years for 1 billion testruns to finish :)
What are you trying to achieve with such a wide optimilization run?
Don't you have any idea about what your strategy should be?
RE:
PanagiotisChar said:
Hi there,
This happens because you use Genetic Algorithm method. You need to use Grid
Thank you so much.