Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.GrammaticalOptimization/Evaluation/App.xaml.cs @ 12503

Last change on this file since 12503 was 12503, checked in by aballeit, 9 years ago

#2283 added GUI and charts; fixed MCTS

File size: 343 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Configuration;
4using System.Data;
5using System.Linq;
6using System.Threading.Tasks;
7using System.Windows;
8
9namespace Evaluation
10{
11    /// <summary>
12    /// Interaction logic for App.xaml
13    /// </summary>
14    public partial class App : Application
15    {
16    }
17}
Note: See TracBrowser for help on using the repository browser.