Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of Documentation/Reference/External Evaluation Problem


Ignore:
Timestamp:
06/08/10 12:23:28 (14 years ago)
Author:
mkofler
Comment:

Added External Evaluation Problem description

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/Reference/External Evaluation Problem

    v1 v1  
     1= External Evaluation Problem =
     2
     3External evaluation problems can be used to optimize problems written in a language other than C# or written using different framework such as simulation models.
     4
     5'''Tutorial''':
     6
     7
     8The [http://cig.dei.polimi.it/?page_id=103 Race Car Setup Optimization Competition] was organized for the [http://dces.essex.ac.uk/research/evostar/ EvoStar 2010] conference. The problem is a classic "simulation-based optimization problem" with a simulator, a simulation model, and several configuration parameters that have to be optimized. The following [[DevelopersOptimizingExternalApplications| Tutorial]] will show you how to configure an external evaluation problem for that particular problem.