struct Ant

Defined in:

AI2048/ai_aco.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def initialize #

[View source]
def path : Array(Action) #

[View source]
def save_action(action) #

[View source]
def score : Int32 #

[View source]
def score=(score : Int32) #

[View source]
def update_pheromon(ph_map, rate) #

[View source]