class Ai4cr::Team(T)
- Ai4cr::Team(T)
- Reference
- Object
Overview
TODO update/refactor based on newer Breed::Manager's
Defined in:
ai4cr/team.crConstructors
Instance Method Summary
-
#breed : Array(T)
def breed(delta = (rand*2 - 0.5)) : Array(T)
- #member_config
- #member_config=(member_config)
- #team_indexes : Array(Int32)
- #team_last_id : Int32
- #team_last_id=(team_last_id : Int32)
- #team_members : Array(T)
- #team_size : Int32
- #team_size=(team_size : Int32)
- #train(inputs_given, outputs_expected, until_min_avg_error = UNTIL_MIN_AVG_ERROR_DEFAULT)
- #training_round_indexes : Array(Int32)
- #training_round_indexes=(training_round_indexes : Array(Int32))
- #training_round_qty : Int32
- #training_round_qty=(training_round_qty : Int32)
Constructor Detail
Instance Method Detail
def train(inputs_given, outputs_expected, until_min_avg_error = UNTIL_MIN_AVG_ERROR_DEFAULT)
#