Free cookie consent management tool by TermsFeed Policy Generator

source: addons/HeuristicLab.PushGP/HeuristicLab.Tests/Components/LexicaseTests.cs @ 16625

Last change on this file since 16625 was 15289, checked in by pkimmesw, 7 years ago

#2665 Fixed analyzer, fixed Plush encoding + operators, adpated print evaluation according to McPhee

File size: 349 bytes
Line 
1namespace HeuristicLab.Tests.Components {
2
3  using Microsoft.VisualStudio.TestTools.UnitTesting;
4
5  public class LexicaseTests {
6    [TestMethod]
7    [TestCategory("Problem")]
8    [TestProperty("Time", "short")]
9    public void TestLexicase() {
10      // how to test this?
11      //var selected = LexicaseSelector.Apply()
12    }
13  }
14}
Note: See TracBrowser for help on using the repository browser.