Free cookie consent management tool by TermsFeed Policy Generator

Timeline


and

11/24/14:

17:08 Changeset [11575] by mkommend

#2174: Adapted permutation encoding.

16:28 Changeset [11574] by mkommend

#2174: Adapted branched optimization plugin to branch structure and updated project references.

16:22 Changeset [11573] by mkommend

#2174: Branched HeuristicLab.Optimization for the programmable problem branch.

16:09 Changeset [11572] by bburlacu

#2276: Merged the Programmable problem projects into the branch, adjusted references and build paths.

15:16 Changeset [11571] by bburlacu

#2276: Commit initial version of IDataset interface and code refactoring.

15:06 Changeset [11570] by bburlacu

Create branch for #2276

15:06 Ticket #2276 (Create interface for Dataset class, refactor code) created by bburlacu
We should extract the essential requirements for a Dataset object into …
14:44 Changeset [11569] by pfleck

#2269

  • Added a generic EnumValue for wrapping an enum.
  • Added a generic EnumValueView which displays a drop down with the available enum values.
  • Made AgingScheme an EnumValue instead of ValueTypeValue.
13:31 Changeset [11568] by pfleck

#2269 Added Parameters for ALPS-GA.

10:23 Changeset [11567] by pfleck

#2269 Added AlpsGeneticAlgorithm and updated plugin description.

10:03 Changeset [11566] by pfleck

#2269 Added ALPS-Plugin.

  • Updated Build-Configuration for DataPreprocessingViews.
03:12 Changeset [11565] by swagner

#2205: Continued working on programmable network items

  • allowed code changes only in user-defined nodes and networks
  • added manual initialization of compiled programmable network items

11/23/14:

05:32 Changeset [11564] by swagner

#2205: Continued working on programmable network items

11/22/14:

04:50 Changeset [11563] by swagner

#2205: Continued working on programmable network items

  • implemented view and some refactoring

11/21/14:

02:53 Changeset [11562] by swagner

#2205: Started working on programmable network items.

11/20/14:

17:20 Changeset [11561] by mkommend

#2174: Adapted IntegerEncoding to include the wiring code of operators.

15:14 Changeset [11560] by mkommend

#2174: Added TestFunctionProblem for evaluating the design and correctness of the new encoding classes.

15:12 Changeset [11559] by mkommend

#2174: Adapted IEncoding and Encoding base class.

10:56 Changeset [11558] by pfleck

#2269:

  • Updated prototype APLS-OperatorGraph.
  • Added Samples for VRP and SymReg.
  • Temporarily added OptionalSubScopesProcessor for the ALPS prototype.

11/19/14:

14:26 Changeset [11557] by ascheibe

#2158 improved error handling for nested views

11/18/14:

21:09 Changeset [11556] by abeham

updated tutorial with slides from mkommend
other (minor) changes

11/17/14:

16:05 Changeset [11555] by ascheibe

#2158 added error handling for view nesting problem

03:22 Changeset [11554] by swagner

#2205: Implemented review comments:

  • added cloning of Port in HookOperator and prevented cloning of hook operator ports in AlgorithmNode instead
  • added additional checks that port parameters of a hook operator port match with parameters of hook operator

11/15/14:

17:30 Changeset [11553] by mkommend

#2174: Adapted binary encoding to new wiring method.

11/14/14:

01:22 Changeset [11552] by abeham

added slides for programmable problem

11/13/14:

17:15 Changeset [11551] by abeham

Added tutorial for optimization of external application

16:46 Changeset [11550] by mkommend

#2174: Updated IEncoding interface, adapted problems and refactored operator discovery in realencoding

13:10 Changeset [11549] by mkommend

#2275: Derived IRealVectorStdDevStrategyParameterOperator from IOperator.

13:10 Ticket #2275 (IRealVectorStdDevStrategyParameterOperator does not derive from IOperator) created by mkommend
11:55 Changeset [11548] by bburlacu

#2234: Updated svm grid search scripts with the versions created by the unit tests.

10:58 Changeset [11547] by bburlacu

#2234: Updated svm grid search scripts.

11/12/14:

23:48 Changeset [11546] by mkommend

#2174: Extracted wiring of real vector operators from the single objective programmable problem to the real encoding.

19:46 Changeset [11545] by bburlacu

#2234: Updated test resources.

18:15 Changeset [11544] by bburlacu

#2234: Updated sample scripts.

17:52 Changeset [11543] by mkommend

#2174: Refactoring of encodings to allow wiring of operators within the encoding instead of the problem (work in progress).

17:07 Changeset [11542] by bburlacu

#2234: Fixed bug in CrossValidate method where the OnlineCalculatorError was ignored. Updated GridSearch method to return the crossvalidation mse as an out parameter and to skip nan values.

15:58 Changeset [11541] by bburlacu

#2098: Updated SymbolicDiscriminantFunctionClassificationSolutionExcelExporter (added the missing functionality).

14:16 Changeset [11540] by mkommend

#2273: Changed behavior of CSV import for clustering problem data to enable all input variables per default.

14:04 Ticket #2274 (Cluster Visualization View cannot handle one dimensional data points) created by mkommend
The ClusterVisualizationView assumes that the points for visualization …
14:00 Ticket #2273 (CSV import into a clustering problem deactives the last input variable) created by mkommend
For clustering problem per default all input variables should be …
03:02 Changeset [11539] by swagner

#2205: Small UI tweaks and bug fixes

01:43 Changeset [11538] by swagner

#2205: Implemented review comments:

  • added IConnectablePort
  • replaced MessagePort.Messages by MessagePort.LastMessage
  • removed Path and PathChanged in NetworkItem

Additional changes:

  • refactored CanConnectToPort
  • refactored cloning of port parameters in MessagePortView

11/11/14:

12:57 Ticket #2245 (Shuffle manipulation treats the training and test partition separately) closed by mkommend
done: r11537: Merged r11380, r11381 & r11403 into stable.
12:56 Changeset [11537] by mkommend

#2245: Merged r11380, r11381 & r11403 into stable.

12:37 Changeset [11536] by mkommend

#2268: Changed access modifier of EmptySymbolicExpressionTreeGrammer from internal to private.

12:35 Ticket #2257 (The Apply button in the DataPreprocessing view only applies the first ...) closed by mkommend
done: r11535: Merged r11418 into stable.
12:34 Changeset [11535] by mkommend

#2257: Merged r11418 into stable.

12:33 Ticket #2144 (Interpreter Evaluation Tests could fail if VS2013 is installed) closed by mkommend
done: r11534: Merged r11430 into stable.
12:33 Changeset [11534] by mkommend

#2144: Merged r11430 into stable.

12:30 Changeset [11533] by mkommend

#2271: Changed displayed text of the secont tab page in the AlgorithmView from 'Parameters' to 'Algorithm'

12:26 Ticket #2272 (Change title of "Parameters"-tab to "Algorithm" in the algorithm view) closed by mkommend
duplicate: This ticket is a duplicate to #2271
12:23 Changeset [11532] by mkommend

#2268: Added storable attributes and ctor to EmtpySymbolicExpressionTreeGrammar.

11/10/14:

08:56 Changeset [11531] by pfleck

#2269 MatingPoolCreator now uses OpenLayers variable correctly.

04:24 Changeset [11530] by swagner

#2205: Implemented review comments

  • renamed GenericPort to MessagePort
  • refactored CanConnectToPort
  • refactored PrepareMessage
  • removed IConnectedPort

Additional changes:

  • added UserDefinedMessagePort
  • refactored CloneConnectedPortParameters to CloneParametersFromPort and moved it to ParameterizedPort
  • added ports to NetworkView
02:34 Changeset [11529] by swagner

#2205: Implemented review comments

  • made Node and Network abstract
  • renamed GenericNode to UserDefinedNode and sealed it
  • added sealed UserDefinedNetwork
  • made Nodes in Network not changeable by default
  • made Parameters in ParameterizedPort not changeable by default
  • removed value None in PortParameterType
  • refactored call algorithm.PrepareMessage() in AlgorithmNode
01:42 Changeset [11528] by swagner

#2205: Implemented review comments

  • adapted formatting of multi-line LINQ queries
  • renamed Entity to NetworkItem
Note: See TracTimeline for information about the timeline view.