![]() | Great German Games with a Hedgehog | |||
| Our Games About us Online Games Events Other Contact Order Infos | ||||
| Home > Online Games > Numfield > Modified Clique | ||||
class BlindPig extends Strategy
{
private int pi[] = {6,3,3,2,2,2,6,3,1,1};
public int initial_turn()
{
return pi[0];
}
public int turn(int last_turns[], int scores[],
int carryOver, int turn_no)
{
return pi[turn_no % pi.length];
}
}
|
Simply look, what happens:
Long time even the best adaptive strategies didn't succeed in that environment only in December 1999 the first successfull ones appeared...
Ideas I had in BlindPig: