Ordo v0.9.8.0

Discussion of anything and everything relating to chess playing software and machines.

Moderators: hgm, Rebel, chrisw

User avatar
Ozymandias
Posts: 1535
Joined: Sun Oct 25, 2009 2:30 am

Re: Ordo v0.9.8.0

Post by Ozymandias »

Hi, do you plan on overcoming the 3Mill games limit?
User avatar
michiguel
Posts: 6401
Joined: Thu Mar 09, 2006 8:30 pm
Location: Chicago, Illinois, USA

Re: Ordo v0.9.8.0

Post by michiguel »

Ozymandias wrote:Hi, do you plan on overcoming the 3Mill games limit?
I did in a development version. Try
https://sites.google.com/site/gaviotach ... eding_edge

I will soon release another version I am working on with a vast amount of code clean up.

BTW, the problem Norm mentioned above, was not a problem but just a different interpretation of how some other tools view "elo average" (some weight it on number of games).

Miguel
User avatar
Ozymandias
Posts: 1535
Joined: Sun Oct 25, 2009 2:30 am

Re: Ordo v0.9.8.0

Post by Ozymandias »

Thx, much faster than bayeselo 8-)

It was time for a change.
User avatar
Guenther
Posts: 4615
Joined: Wed Oct 01, 2008 6:33 am
Location: Regensburg, Germany
Full name: Guenther Simon

Re: Ordo v0.9.8.0

Post by Guenther »

michiguel wrote:
Ozymandias wrote:Hi, do you plan on overcoming the 3Mill games limit?
I did in a development version. Try
https://sites.google.com/site/gaviotach ... eding_edge

I will soon release another version I am working on with a vast amount of code clean up.

BTW, the problem Norm mentioned above, was not a problem but just a different interpretation of how some other tools view "elo average" (some weight it on number of games).

Miguel
Miguel would it be possible to add a min games flag?

Guenther
User avatar
michiguel
Posts: 6401
Joined: Thu Mar 09, 2006 8:30 pm
Location: Chicago, Illinois, USA

Re: Ordo v0.9.8.0

Post by michiguel »

Guenther wrote:
michiguel wrote:
Ozymandias wrote:Hi, do you plan on overcoming the 3Mill games limit?
I did in a development version. Try
https://sites.google.com/site/gaviotach ... eding_edge

I will soon release another version I am working on with a vast amount of code clean up.

BTW, the problem Norm mentioned above, was not a problem but just a different interpretation of how some other tools view "elo average" (some weight it on number of games).

Miguel
Miguel would it be possible to add a min games flag?

Guenther
There are two options:
1) Engine_X played less than Y games, then, remove all those games for consideration in the rating calculation.

2) Engine_X played less than Y games, then do not include Engine_X in the final rating list, but keep the games for rating calculation.

Option 1 can be achieved using ordoprep.
ordoprep -p input.pgn -o output.pgn -g 20

Will create an output.pgn file in which players with less than 20 games will be discarded.

Option 2 has not been implemented, but I guess I can add that feature. Are you interested in 1 or 2?

Miguel
User avatar
Guenther
Posts: 4615
Joined: Wed Oct 01, 2008 6:33 am
Location: Regensburg, Germany
Full name: Guenther Simon

Re: Ordo v0.9.8.0

Post by Guenther »

michiguel wrote:
Guenther wrote:
michiguel wrote:
Ozymandias wrote:Hi, do you plan on overcoming the 3Mill games limit?
I did in a development version. Try
https://sites.google.com/site/gaviotach ... eding_edge

I will soon release another version I am working on with a vast amount of code clean up.

BTW, the problem Norm mentioned above, was not a problem but just a different interpretation of how some other tools view "elo average" (some weight it on number of games).

Miguel
Miguel would it be possible to add a min games flag?

Guenther
There are two options:
1) Engine_X played less than Y games, then, remove all those games for consideration in the rating calculation.

2) Engine_X played less than Y games, then do not include Engine_X in the final rating list, but keep the games for rating calculation.

Option 1 can be achieved using ordoprep.
ordoprep -p input.pgn -o output.pgn -g 20

Will create an output.pgn file in which players with less than 20 games will be discarded.

Option 2 has not been implemented, but I guess I can add that feature. Are you interested in 1 or 2?

Miguel
I would prefer option 2, if possible.
Thanks in advance, Miguel!

Guenther
User avatar
michiguel
Posts: 6401
Joined: Thu Mar 09, 2006 8:30 pm
Location: Chicago, Illinois, USA

Re: Ordo v0.9.8.0

Post by michiguel »

Guenther wrote:
michiguel wrote:
Guenther wrote:
michiguel wrote:
Ozymandias wrote:Hi, do you plan on overcoming the 3Mill games limit?
I did in a development version. Try
https://sites.google.com/site/gaviotach ... eding_edge

I will soon release another version I am working on with a vast amount of code clean up.

BTW, the problem Norm mentioned above, was not a problem but just a different interpretation of how some other tools view "elo average" (some weight it on number of games).

Miguel
Miguel would it be possible to add a min games flag?

Guenther
There are two options:
1) Engine_X played less than Y games, then, remove all those games for consideration in the rating calculation.

2) Engine_X played less than Y games, then do not include Engine_X in the final rating list, but keep the games for rating calculation.

Option 1 can be achieved using ordoprep.
ordoprep -p input.pgn -o output.pgn -g 20

Will create an output.pgn file in which players with less than 20 games will be discarded.

Option 2 has not been implemented, but I guess I can add that feature. Are you interested in 1 or 2?

Miguel
I would prefer option 2, if possible.
Thanks in advance, Miguel!

Guenther
Try the v0.9.8.4-beta1 version
https://sites.google.com/site/gaviotach ... eding_edge

use the flag -t 10 for a minimum threshold of 10 games, for instance. Let me know if it does what it is supposed to do.

I made many other internal changes, so... beware it is beta.

Miguel
User avatar
Guenther
Posts: 4615
Joined: Wed Oct 01, 2008 6:33 am
Location: Regensburg, Germany
Full name: Guenther Simon

Re: Ordo v0.9.8.0

Post by Guenther »

michiguel wrote: Try the v0.9.8.4-beta1 version
https://sites.google.com/site/gaviotach ... eding_edge

use the flag -t 10 for a minimum threshold of 10 games, for instance. Let me know if it does what it is supposed to do.

I made many other internal changes, so... beware it is beta.

Miguel
Thanks! May be there is a bug though?

Code: Select all

ordo.exe -W -p RWBC.pgn -o rating.txt -m anchors.csv
This batch works and worked before but after adding e.g. 't 20' somewhere in the command I receive an message 'error in parameters' or similar.(for 32 and 64bit Ordo)

Guenther
User avatar
michiguel
Posts: 6401
Joined: Thu Mar 09, 2006 8:30 pm
Location: Chicago, Illinois, USA

Re: Ordo v0.9.8.0

Post by michiguel »

Guenther wrote:
michiguel wrote: Try the v0.9.8.4-beta1 version
https://sites.google.com/site/gaviotach ... eding_edge

use the flag -t 10 for a minimum threshold of 10 games, for instance. Let me know if it does what it is supposed to do.

I made many other internal changes, so... beware it is beta.

Miguel
Thanks! May be there is a bug though?

Code: Select all

ordo.exe -W -p RWBC.pgn -o rating.txt -m anchors.csv
This batch works and worked before but after adding e.g. 't 20' somewhere in the command I receive an message 'error in parameters' or similar.(for 32 and 64bit Ordo)

Guenther
arghh... I packed the old version. Try again the ordo-v0.9.8.4-beta3-win.zip version

Miguel
User avatar
Guenther
Posts: 4615
Joined: Wed Oct 01, 2008 6:33 am
Location: Regensburg, Germany
Full name: Guenther Simon

Re: Ordo v0.9.8.0

Post by Guenther »

michiguel wrote:
Guenther wrote:
michiguel wrote: Try the v0.9.8.4-beta1 version
https://sites.google.com/site/gaviotach ... eding_edge

use the flag -t 10 for a minimum threshold of 10 games, for instance. Let me know if it does what it is supposed to do.

I made many other internal changes, so... beware it is beta.

Miguel
Thanks! May be there is a bug though?

Code: Select all

ordo.exe -W -p RWBC.pgn -o rating.txt -m anchors.csv
This batch works and worked before but after adding e.g. 't 20' somewhere in the command I receive an message 'error in parameters' or similar.(for 32 and 64bit Ordo)

Guenther
arghh... I packed the old version. Try again the ordo-v0.9.8.4-beta3-win.zip version

Miguel
All ok now and it works like expected. Thanks again!

Guenther