audriusrudalevicius / evolutionchamber

Automatically exported from code.google.com/p/evolutionchamber
0 stars 0 forks source link

It will be nice to have a way to estimate accuracy of the results #56

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run the program with any input.
2. The result will change from time to time.

What is the expected output? 
There is no way to estimate how current result is close to the best possible. 
Some indication of how the program is sure about the current result will be 
nice. It can be displayed in percents for example.

What do you see instead?
There is no indication about quality of the current output.

What version of the product are you using? On what operating system?
version 0015

Please provide any additional information below.

Original issue reported on code.google.com by sergey...@gmail.com on 23 Oct 2010 at 10:05

GoogleCodeExporter commented 8 years ago
If the Last update timer has long time like over 30 minutes in it on rate of 
4000 games/sec, then its pretty much solved. Shorten the deadline time close to 
the achieved build time to get faster computation.

Original comment by Jussi.Pa...@gmail.com on 24 Oct 2010 at 12:53

GoogleCodeExporter commented 8 years ago
The logic behind your suggestion fails. If the program doesn't know the best 
build, how can it know how long it will take to get it? And if the program 
knows the best possible build, why doesn't it print it out?

The only thing you can do is say: I don't want to wait any longer and assume 
that the build I have right now is propably good enough for me.

Original comment by azzur...@gmail.com on 24 Oct 2010 at 1:06

GoogleCodeExporter commented 8 years ago

Original comment by azzur...@gmail.com on 25 Oct 2010 at 4:08

GoogleCodeExporter commented 8 years ago
More or less: If we could divine how good the build was, then we wouldn't need 
the program.

Original comment by Frit...@gmail.com on 6 Nov 2010 at 1:03