Exemplo n.º 1
0
        /// <summary>
        ///     The entry point for this example.  If you would like to make this example
        ///     stand alone, then add to its own project and rename to Main.
        /// </summary>
        /// <param name="args">Not used.</param>
        public static void ExampleMain(string[] args)
        {
            var prg = new LearnIrisAnneal();

            prg.Process();
        }
Exemplo n.º 2
0
 /// <summary>
 ///     The entry point for this example.  If you would like to make this example
 ///     stand alone, then add to its own project and rename to Main.
 /// </summary>
 /// <param name="args">Not used.</param>
 public static void ExampleMain(string[] args)
 {
     var prg = new LearnIrisAnneal();
     prg.Process();
 }