Page 1 of 1

Using Forge AI off the Forge

PostPosted: 19 Oct 2013, 23:13
by Golob
Hello,
is there any simple way (i.e. there are classes/methods/interfaces for that) to make forge run an AI match between to decks given on input and to get some data on the ending situation on the output (which deck won at least, but table situation would also be cool)?
I'm on my way to do some programming which would test my decks against each other automatically, and possibly I could fork a genetic algorithm of that.

Re: Using Forge AI off the Forge

PostPosted: 20 Oct 2013, 10:02
by Max mtg
Yes, you can run AI vs AI simulations, see the forge.net.FServer.simulateMatches(String[]) method.