Page 1 of 1

Differences between AIs

PostPosted: 31 Aug 2020, 00:45
by Ezex
Can someone explain me the difference between AIs, excluding DraftBot.

In the interface we have to choose between mad and monte carlo. While in project we have .AI, .AI.MA, .AIMCTS and .AIMinimax.
As I deduce .AI is the base, .AI.MA corresponds to mad, and .AIMCTS corresponds to monte carlo. Am I wrong about something?

What were different AIs built for?
Should I use one over the other?
What does .AIMinimax do?

Re: Differences between AIs

PostPosted: 31 Aug 2020, 14:14
by JayDi
It's a test/experiment versions of AI (code or algorithms testing from old days). Main xmage AI is ComputerPlayer (Mad) and it uses the best code from all other AI versions.