heal-research / HeuristicLab

HeuristicLab - An environment for heuristic and evolutionary optimization
https://dev.heuristiclab.com
GNU General Public License v3.0
32 stars 15 forks source link

Refactor operator architecture #95

Closed HeuristicLab-Trac-Bot closed 14 years ago

HeuristicLab-Trac-Bot commented 16 years ago

Issue migrated from trac ticket # 95

milestone: HeuristicLab 3.3.0 | component: Core | priority: highest | resolution: done

2008-03-30 23:54:55: @s-wagner created the issue


The operator architecture suffers from some drawbacks related to calling operators and handling parameters.

This ticket represents a master ticket for a comprehensive refactoring of the operator architecture.

Related tickets: #48, #57, #67, #68, #93, #94

HeuristicLab-Trac-Bot commented 14 years ago

2010-02-05 05:24:10: @s-wagner commented


Worked on parameters and operators in r2756.

HeuristicLab-Trac-Bot commented 14 years ago

2010-02-08 03:44:04: @s-wagner commented


Worked on parameters and operators in r2757.

HeuristicLab-Trac-Bot commented 14 years ago

2010-02-10 03:39:21: @s-wagner commented


Worked on parameters and operators in r2773.

HeuristicLab-Trac-Bot commented 14 years ago

2010-02-13 04:39:33: @s-wagner commented


Implemented reviewers' comments and added additional plugins HeuristicLab.Evolutionary, HeuristicLab.Permutation, HeuristicLab.Selection, and HeuristicLab.Routing.TSP in r2790.

HeuristicLab-Trac-Bot commented 14 years ago

2010-02-13 05:03:17: @s-wagner commented


Implemented reviewers' comments in r2791.

HeuristicLab-Trac-Bot commented 14 years ago

2010-02-13 05:21:49: @s-wagner commented


Added method ShowView to ViewHost to be able to set the currently shown view in r2792.

HeuristicLab-Trac-Bot commented 14 years ago

2010-02-14 01:57:26: @s-wagner commented


Replaced new EventArgs() by EventArgs.Empty in r2793.

HeuristicLab-Trac-Bot commented 14 years ago

2010-02-14 05:32:03: @s-wagner commented


Worked on operators in r2794.

HeuristicLab-Trac-Bot commented 14 years ago

2010-02-15 05:26:18: @s-wagner commented


Worked on operators, parameters and problems in r2796.

HeuristicLab-Trac-Bot commented 14 years ago

2010-02-15 14:10:06: @mkommend commented


changed ViewHost to cach the currently display ViewType r2797

HeuristicLab-Trac-Bot commented 14 years ago

2010-02-15 14:58:40: @s-wagner commented


Added some minor changes of ViewHost in r2800.

HeuristicLab-Trac-Bot commented 14 years ago

2010-02-16 06:50:39: @s-wagner commented


Worked on parameters, TSP and selection in r2805.

HeuristicLab-Trac-Bot commented 14 years ago

2010-02-16 10:43:22: @mkommend commented


corrected bug in ViewHost r2809

HeuristicLab-Trac-Bot commented 14 years ago

2010-02-17 00:31:12: @s-wagner commented


Worked on selection on r2817.

HeuristicLab-Trac-Bot commented 14 years ago

2010-02-17 05:24:13: @s-wagner commented


Corrected several bugs in order to get SGA working in r2818.

HeuristicLab-Trac-Bot commented 14 years ago

2010-02-17 18:33:14: @abeham commented


Added MPX and PMX operator in r2820

HeuristicLab-Trac-Bot commented 14 years ago

2010-02-17 20:25:01: @abeham commented


Updated MPX and PMX in r2823

HeuristicLab-Trac-Bot commented 14 years ago

2010-02-19 02:15:56: @s-wagner commented


Worked on operators and SGA and improved performance in r2830.

HeuristicLab-Trac-Bot commented 14 years ago

2010-02-19 02:19:40: @s-wagner commented


Implemented reviewers' comments in r2831.

HeuristicLab-Trac-Bot commented 14 years ago

2010-02-19 03:03:55: @s-wagner commented


Corrected minor bugs in r2833.

HeuristicLab-Trac-Bot commented 14 years ago

2010-02-19 06:19:26: @s-wagner commented


Worked on operators, engines and optimization in r2834.

HeuristicLab-Trac-Bot commented 14 years ago

2010-02-19 11:47:14: @mkommend commented


changed ViewHost to use ViewContextMenuStrip r2838

HeuristicLab-Trac-Bot commented 14 years ago

2010-02-19 11:51:10: @mkommend commented


corrected bug in setter of ViewHost.viewType (allowed null to be set) r2839

HeuristicLab-Trac-Bot commented 14 years ago

2010-02-19 12:56:15: @abeham commented


Added a test project for HeuristicLab.Permutation in r2836 and r2840 updated OX in r2835

HeuristicLab-Trac-Bot commented 14 years ago

2010-02-19 15:20:44: @mkommend commented


corrected ViewHost; viewsLabel tooltip and image r2841

HeuristicLab-Trac-Bot commented 14 years ago

2010-02-20 20:04:43: @s-wagner commented


Worked on parameterized items in r2845.

HeuristicLab-Trac-Bot commented 14 years ago

2010-02-22 04:16:18: @s-wagner commented


Worked on algorithms in r2851.

HeuristicLab-Trac-Bot commented 14 years ago

2010-02-23 06:51:23: @s-wagner commented


Worked on algorithms in r2852.

HeuristicLab-Trac-Bot commented 14 years ago

2010-02-24 11:44:17: @s-wagner commented


Worked on algorithms in r2857.

HeuristicLab-Trac-Bot commented 14 years ago

2010-02-25 01:57:46: @s-wagner commented


Implemented reviewers' comments in r2863.

HeuristicLab-Trac-Bot commented 14 years ago

2010-02-25 02:49:29: @s-wagner commented


Worked on algorithms in r2864.

HeuristicLab-Trac-Bot commented 14 years ago

2010-02-25 06:36:39: @s-wagner commented


Worked on algorithms in r2865.

HeuristicLab-Trac-Bot commented 14 years ago

2010-02-25 06:40:10: @s-wagner commented


Added missing files in r2866.

HeuristicLab-Trac-Bot commented 14 years ago

2010-02-26 13:34:41: @abeham commented


Added permutation operator variants and readded all references in r2871

HeuristicLab-Trac-Bot commented 14 years ago

2010-02-26 17:43:52: @abeham commented


updated CosaCrossover in r2879

HeuristicLab-Trac-Bot commented 14 years ago

2010-02-26 18:16:18: @abeham commented


removed the AbsoluteTopologicalCrossover in r2880 as discussed with swagner

HeuristicLab-Trac-Bot commented 14 years ago

2010-02-27 03:35:30: @s-wagner commented


Worked on algorithms in r2882.

HeuristicLab-Trac-Bot commented 14 years ago

2010-03-01 01:39:59: @s-wagner commented


Renamed HeuristicLab.Routing.TSP to HeuristicLab.Problems.TSP in r2883.

HeuristicLab-Trac-Bot commented 14 years ago

2010-03-01 02:18:22: @s-wagner commented


Renamed HeuristicLab.SGA to HeuristicLab.Algorithms.SGA in r2884 to r2889.

HeuristicLab-Trac-Bot commented 14 years ago

2010-03-01 03:01:14: @s-wagner commented


Worked on algorithms, problems and parameters in r2890.

HeuristicLab-Trac-Bot commented 14 years ago

2010-03-01 04:46:15: @s-wagner commented


Worked on algorithms and parameters in r2891.

HeuristicLab-Trac-Bot commented 14 years ago

2010-03-01 10:55:58: @mkommend commented


removed accidentally commited resize events on ItemCollectionsView r2892

HeuristicLab-Trac-Bot commented 14 years ago

2010-03-01 11:48:20: @s-wagner commented


Removed unnecessary folder in r2894.

HeuristicLab-Trac-Bot commented 14 years ago

2010-03-01 19:11:43: @s-wagner commented


Removed unnecessary file from project in r2903.

HeuristicLab-Trac-Bot commented 14 years ago

2010-03-01 21:31:14: @s-wagner commented


Added project dependency, files entry and svn:ignore properties for HeuristicLab.Encodings.RealVector in r2905.

HeuristicLab-Trac-Bot commented 14 years ago

2010-03-01 22:08:45: @s-wagner commented


Renamed HeuristicLab.Permutation to HeuristicLab.Encodings.Permutation in r2906.

HeuristicLab-Trac-Bot commented 14 years ago

2010-03-01 22:33:14: @s-wagner commented


Restructured HeuristicLab.Encodings.Permutation project in r2907.

HeuristicLab-Trac-Bot commented 14 years ago

2010-03-02 05:27:27: @s-wagner commented


Worked on analysis in r2908.

HeuristicLab-Trac-Bot commented 14 years ago

2010-03-02 15:35:41: @s-wagner commented


Corrected plugin metadata and license headers in r2911.

HeuristicLab-Trac-Bot commented 14 years ago

2010-03-02 15:40:21: @s-wagner commented


Corrected svn:ignore properties in r2912.