Esempio 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 LearnAutoMPGBackprop();
     prg.Process();
 }