Last change
on this file since 6219 was
6177,
checked in by jhelm, 14 years ago
|
#1329: Implemented PriorityRulesVector based encoding and added new operators to the JSMEncoding. Added Gantt-Charts for visualization of schedules and problems.
|
File size:
265 bytes
|
Rev | Line | |
---|
[6177] | 1 | using System;
|
---|
| 2 | using System.Collections.Generic;
|
---|
| 3 | using System.Linq;
|
---|
| 4 | using System.Text;
|
---|
| 5 | using HeuristicLab.Optimization;
|
---|
| 6 |
|
---|
| 7 | namespace HeuristicLab.Problems.Scheduling.Interfaces {
|
---|
| 8 | public interface ISchedulingEvaluator : ISingleObjectiveEvaluator {
|
---|
| 9 | }
|
---|
| 10 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.