Last change
on this file since 9166 was
9166,
checked in by fschoepp, 12 years ago
|
#1888:
- Model: OptimizationScenario may be a tree of algorithms (and problems)
- Model: Renamed InputParameters to ProblemParameters (as they are the parameters of a problem)
- Model: Added JobExecutionDetails which contain Repetitions + Group (resource to use)
- ScenarioParser parses the new XML scenario files
- Website + Model: You are now able to add/remove rows from a table (no JavaScript involved yet)
- Website + Controller: Added repetitions (enables batch jobs) and group (resource to use) to OaaS which will be used by the controller to schedule the job
- Website: Updated templates to use new model structure
- Website + Scenarios: Added the new algorithm Benchmark Algorithm
- Controller: Added a singleton to make the (Azure/Mockup)-DAL exchangeable
- Controller: Added mockup classes for DAL + IScenarioManager
- Website/Result Page: Line Diagrams will be added via JavaScript, crawling their data using AJAX
- Website: Most configuration parameters can be set in the ServiceDefinition directly
- Added a mockup for the Membership classes: These can be used if no network connection is available or if other parts of the app shall be tested
- Scenarios: Updated TSP mappings to new xsd
|
File size:
613 bytes
|
Line | |
---|
1 | <?xml version='1.0'?>
|
---|
2 | <scenario xmlns="urn:scenario-schema">
|
---|
3 | <name>Benchmark Algorithm</name>
|
---|
4 | <algorithm mapper="HeuristicLab.Mappers.BenchmarkScenarioMapper">
|
---|
5 | <parameters>
|
---|
6 | <param type="Type" name="Benchmark">
|
---|
7 | <choice name="HeuristicLab.Algorithms.Benchmarks.Dhrystone" selected="true" />
|
---|
8 | <choice name="HeuristicLab.Algorithms.Benchmarks.Linpack" />
|
---|
9 | <choice name="HeuristicLab.Algorithms.Benchmarks.Whetstone"/>
|
---|
10 | </param>
|
---|
11 | <param type="Decimal" name="ChunkSize" value="0"/>
|
---|
12 | <param type="Decimal" name="TimeLimit" value="0"/>
|
---|
13 | </parameters>
|
---|
14 | </algorithm>
|
---|
15 | </scenario> |
---|
Note: See
TracBrowser
for help on using the repository browser.