ณื นยะรทรหำ mode. The number of test cases is incomplete.

ckgmail since: 24 Mar 2016;

  28 Mar 2023, 13:13
ณื นยะรทรหำ 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!

PanagiotisChar's avatar

PanagiotisChar since: 15 Sep 2022;

  29 Mar 2023, 09:54

Hi there,

Can you explain what do you mean with test cases?

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

Cofounder and Chief Technologist at Aieden Technologies

ckgmail since: 24 Mar 2016;

  29 Mar 2023, 17:06
RE:

PanagiotisChar said:

Hi there,

Can you explain what do you mean with test cases?

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

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.

PanagiotisChar's avatar

PanagiotisChar since: 15 Sep 2022;

  30 Mar 2023, 09:15

Hi there,

This happens because you use Genetic Algorithm method. You need to use Grid

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

Cofounder and Chief Technologist at Aieden Technologies

Shares4us since: 01 Apr 2020;

  30 Mar 2023, 19:42
RE:

PanagiotisChar said:

Hi there,

This happens because you use Genetic Algorithm method. You need to use Grid

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

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?

ckgmail since: 24 Mar 2016;

  30 Mar 2023, 20:08
RE:

PanagiotisChar said:

Hi there,

This happens because you use Genetic Algorithm method. You need to use Grid

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

Thank you so much.