Exemplo n.º 1
0
 private void buttonStartImprovementByTimeTabuTest_FileOpened()
 {
     TabuTest.RunImprovementByTimeTest(cities, textBoxOutputPathImprovementByTimeTabuTest.Text);
 }
Exemplo n.º 2
0
 private void buttonStartTimestampTabuTest_Click(object sender, EventArgs e)
 {
     TabuTest.RunTimestampTest(cities, Int32.Parse(textBoxTimestampTabuTest.Text), cities.AdjacencyMatrix.GetLength(0), Int32.Parse(textBoxNumberOfTrialsTimestampTabuTest.Text), textBoxOutputPathTimestampTabuTest.Text);
 }