Last change
on this file was
17479,
checked in by kyang, 5 years ago
|
#3057
- upload the latest version of ALPS with SMS-EMOA
- upload the related dynamic test problems (dynamic, single-objective symbolic regression), written by David Daninel.
|
File size:
616 bytes
|
Line | |
---|
1 | using HEAL.Attic;
|
---|
2 | using HeuristicLab.Algorithms.OESRALPS.SlidingWindow.Operator;
|
---|
3 | using HeuristicLab.Core;
|
---|
4 | using HeuristicLab.Data;
|
---|
5 | using HeuristicLab.Problems.DataAnalysis;
|
---|
6 | using HeuristicLab.Problems.DataAnalysis.Symbolic;
|
---|
7 | using System;
|
---|
8 | using System.Collections.Generic;
|
---|
9 | using System.Linq;
|
---|
10 | using System.Text;
|
---|
11 | using System.Threading.Tasks;
|
---|
12 |
|
---|
13 | namespace HeuristicLab.Algorithms.OESRALPS.Analyzers
|
---|
14 | {
|
---|
15 | [StorableType("136DA11B-0AC1-49A8-B4D9-DCE73BDB7114")]
|
---|
16 | public interface ISlidingWindowAnalyzer :
|
---|
17 | ISymbolicDataAnalysisSingleObjectiveAnalyzer, ISlidingWindowOperator
|
---|
18 | {
|
---|
19 | }
|
---|
20 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.