Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 16 and Version 19 of Ticket #2174


Ignore:
Timestamp:
09/28/14 16:46:34 (10 years ago)
Author:
abeham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2174 – Description

    v16 v19  
    22
    33Open points and Todos:
    4  * ~~Rename AddReal to AddRealVector~~
    5  * ~~Add StrategyParameter operators for RealVector encoding~~
    6  * ~~Add an analyzer that will call into an "Analyze" method (tbd) which will receive the result collection, parameter vector array and quality array.~~
    7  * ~~Rename the script parameter to "ProblemDefinition" to make a better distinction of what is what: the script only defines the problem in terms of encoding and evaluation function, this definition is part of a "problem shell" which is a HeuristicLab wrapper around this definition~~
    8  * Extract the parameter vector again to a separate multi-vector or combined encoding (?)
     4 * Extract the parameter vector again to a separate multi-vector or combined encoding -> an own plugin?
     5 * Tabu search is not yet supported
     6 * Scatter search is not yet supported
     7 * Create a multi-objective programmable problem