Last change
on this file since 13792 was
13524,
checked in by thasling, 9 years ago
|
Upload des Projekts letztendlich, trotz buggendes Clients...
|
File size:
353 bytes
|
Rev | Line | |
---|
[13524] | 1 | using System;
|
---|
| 2 | using System.Collections.Generic;
|
---|
| 3 | using System.Linq;
|
---|
| 4 | using System.Text;
|
---|
| 5 | using System.Threading.Tasks;
|
---|
| 6 |
|
---|
| 7 | namespace DistributedGA.Core
|
---|
| 8 | {
|
---|
| 9 | public class SolutionInfo
|
---|
| 10 | {
|
---|
| 11 | public Solution Solution { get; set; }
|
---|
| 12 |
|
---|
| 13 | public float Quality { get; set; }
|
---|
| 14 |
|
---|
| 15 | public int IterationNumber { get; set; }
|
---|
| 16 | }
|
---|
| 17 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.