mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
505a4b00a7
the way stored ratings for cards has been reworked 1. each set has its own ratings file and it will be loaded dynamically if the AI needs it 2. each ratings file for a set is normalized within itself, so the rating systems don't need to be scaled to match eachother. essentially cards are rated within the context of their set 3. changed the rarity rating booster to only apply to unrated cards 4. the file setsWithRatings.csv explains how to add additional ratings. no code changes are required, but a recompilation will be required to add the files to the jar. |
||
---|---|---|
.. | ||
Mage.Deck.Constructed | ||
Mage.Deck.Limited | ||
Mage.Game.BrawlDuel | ||
Mage.Game.BrawlFreeForAll | ||
Mage.Game.CanadianHighlanderDuel | ||
Mage.Game.CommanderDuel | ||
Mage.Game.CommanderFreeForAll | ||
Mage.Game.FreeForAll | ||
Mage.Game.FreeformCommanderFreeForAll | ||
Mage.Game.MomirDuel | ||
Mage.Game.MomirGame | ||
Mage.Game.PennyDreadfulCommanderFreeForAll | ||
Mage.Game.TinyLeadersDuel | ||
Mage.Game.TwoPlayerDuel | ||
Mage.Player.AI | ||
Mage.Player.AI.DraftBot | ||
Mage.Player.AI.MA | ||
Mage.Player.AIMCTS | ||
Mage.Player.AIMinimax | ||
Mage.Player.Human | ||
Mage.Tournament.BoosterDraft | ||
Mage.Tournament.Constructed | ||
Mage.Tournament.Sealed | ||
pom.xml |