Recent content by -ixil-

  1. Technical Machine: A Pokemon AI

    Have you tried a transposition table? Quick summary for any one who wants one: Create a hash lookup table, to be used for storing game states and evaluations of those state. Whenever the function completes a move, search that current game state in the hash table. If it is there, apply...
  2. Technical Machine: A Pokemon AI

    I saw the alpha beta pruning earlier, which is why I recommended the killer heuristic: this is something that is normally layered with the alpha-beta pruning, and would be rather worthless in a simple minimax or negamax search. Ouch. Good luck getting getting them closer. I think you...
  3. Technical Machine: A Pokemon AI

    On Stealth Rocks: when there are unknown pokemon it may help to use some data on the usages of pokemon and leftovers to determine the amount it will lower the opposing pokemons score by (this score will then be moved up or down depending on what is revealed). The amount that it lowers the score...
  4. Apprentice Program: Round Twenty Eight

    Assigned to Bologo Shoddy Battle nick: -ixil- Age: 15 Time zone: Eastern Regular Online Hours: 6-11 pm Do you want to play in the tournament: no Experience level*: "I played more during late fall and early winter, but slowed down after january. I have lurked since then, but started...
  5. Apprentice Program - Round Twenty Seven

    Assigned to Blu Shoddy Battle nick: -ixil- Age: 15 Time zone: Eastern Regular Online Hours: 7-11 pm, but later on weekends. Experience level: I played more during late fall and early winter, but slowed down after january. I have lurked since then, but started playing again recently, but haven't...
Top