Difference between revisions of "SoC2012 Template of Student page"
From The Battle for Wesnoth Wiki
m |
Sasu robert (talk | contribs) (→Description) |
||
Line 6: | Line 6: | ||
=Description= | =Description= | ||
− | <h4> | + | <h4> Sasu Robert - AI: Refactor recruitment algorithm </h4> |
− | |||
− | + | In general I would make AI improvements for the recruitment algorithm. | |
+ | First a simple greedy method of what we consider the best moves then | ||
+ | update the algorithm using minimax trees (preferable negamax, as it is | ||
+ | a bit faster), with alpha-beta pruning, if needed. | ||
=IRC= | =IRC= |
Revision as of 15:38, 22 March 2012
This page is related to Summer of Code 2012 |
See the list of Summer of Code 2012 Ideas |
This is a Summer of Code 2012 student page |
Contents
ATTENTION
DO NOT EDIT THIS PAGE, SoC2012_Template_of_Student_Page, - MAKE A COPY!
Description
Sasu Robert - AI: Refactor recruitment algorithm
In general I would make AI improvements for the recruitment algorithm. First a simple greedy method of what we consider the best moves then update the algorithm using minimax trees (preferable negamax, as it is a bit faster), with alpha-beta pruning, if needed.
IRC
put ONLY your irc nickname in there. in case of alternate nicks, separate by ,
Example content of this section: "user" "user1, user2"
Questionnaire
TODO: fill out this questionnaire SoC_Information_for_Google#Does your organization have an application template you would like to see students use?