Пример #1
0
        static void Main(string[] args)
        {
            Console.WriteLine("starting");

            _client = new GeneticAlgorithm.RestClient.RestClient
            {
                URL    = "https://gen-car-1.cleverapps.io",
                MyTeam = _maTeam.ToString()
            };

            DoMyAlgo();
        }
Пример #2
0
        static void Main(string[] args)
        {
            Console.WriteLine("starting");

            _client = new GeneticAlgorithm.RestClient.RestClient
            {
                URL    = "http://genetic-car.herokuapp.com",
                MyTeam = _maTeam.ToString()
            };

            DoMyAlgo();
        }