Exemplo n.º 1
0
 public void Initialize()
 {
     _aiConstructor = new HelperAiConstructor();
     _customContext = new CustomContext();
     _optionContext = new OptionContext();
     _rng           = new Pcg();
     CreateConsiderations();
 }
Exemplo n.º 2
0
 public void Initialize()
 {
     _aiConstructor = new HelperAiConstructor();
     SetupActionsAndConsiderations();
 }
Exemplo n.º 3
0
 public void Initialize()
 {
     _context       = new MockContext();
     _aiConstructor = new HelperAiConstructor();
 }