Free cookie consent management tool by TermsFeed Policy Generator

Timeline


and

04/26/11:

23:15 Documentation/Howto/OptimizeAnyLogicModels edited by abeham
(diff)
23:12 Documentation/Howto/OptimizeAnyLogicModels edited by abeham
(diff)
22:17 Documentation/Howto/OptimizeAnyLogicModels edited by abeham
tbc (diff)
22:12 Documentation/Howto/OptimizeAnyLogicModels edited by abeham
tbc (diff)
18:04 Documentation/Howto/OptimizeAnyLogicModels created by abeham
tbc
15:40 Changeset [6054] by abeham

#1461

  • Updated remaining samples (ES, GA-TSP, GA-VRP, Island GA-TSP, LS-Knapsack, SA-Rastrigin, TS-TSP)
15:39 Changeset [6053] by abeham

#1377

  • Added hiding to some more algorithms and problems
11:41 Changeset [6052] by svonolfe

#1425

  • Readded problem-specific analyzers
  • Updated VNS sample
04:10 Changeset [6051] by swagner

Changed some more parameters to be hidden per default and corrected wrong layout in some parameter views (#1377)

04/25/11:

17:42 Changeset [6050] by wtollsch

#1433 menue entries and views for OKB Admin created / adapted, each view contains a listbox

12:25 AdditionalMaterial edited by gkronber
fixed link (diff)
12:23 AdditionalMaterial edited by gkronber
added link to dataset analysed in evofin publication (diff)
12:21 Changeset [6049] by gkronber

added macro economic dataset for evo* publication (evofin workshop)

11:34 Changeset [6048] by gkronber

#1461: deactivated overfitting analyzer in symbolic regression and classification samples.

04/24/11:

20:10 Changeset [6047] by gkronber

#1461: updated GP samples

04/23/11:

10:09 Ticket #1379 (Improve self-adaptive operators in ES) closed by abeham
duplicate: this is a duplicate of #1394 and was already released with 3.3.3
10:00 Changeset [6046] by abeham

#1465

  • updated branch with trunk changes
09:24 Ticket #1492 (When downloading HeuristicLab as zip and extracting the files the exe ...) created by abeham
After downloading HeuristicLab as a zip file the file is marked as …
09:10 Changeset [6045] by abeham

#1419

  • fixed some project references (they were listed as file references and caused a warning)
01:30 Changeset [6044] by abeham

#1425

  • readded the removal of one of the result collector's collected values (and added a comment to the local search mainloop hinting, that a change can break another operator)
  • updated and readded the sample
01:21 Ticket #1491 (Improve copy and paste between StringConvertibleMatrix and -Array) created by abeham
Sometimes the row headers are included in the clipboard data when …
00:43 Changeset [6043] by abeham

#1425

  • added backwards compatibility for LocalSearchMainLoop
  • fixed build breaker
00:29 Changeset [6042] by abeham

#1425

  • Changed LocalImprovementOperators
    • Changed interface (made Problem a property, added a property that denotes the type of the problem that it can be applied on, added some general parameters)
    • Added some parameters and wiring
    • Changed move discovery and parameterization and added a helper class to ease finding compatible move operators
    • Discovering only IMultiMoveOperators and IExhaustiveMoveOperators and putting the multi move ones first
    • Fixed bug in Apply method that could create an endless string of nested execution contexts
    • Removed all problem specific analyzers in the two local improvement operators and only left the BestAverageWorstQualityAnalyzer since it doesn't make any sense to perform diversity or allele analysis during local improvement in the most common case and those analyzers take a lot of time (one can always add them manually should he/she be interested). The analyzers in the VNS's Analyzer parameter are left untouched.
  • Removed shaking operator and interface from VNS plugin and added that to Optimization and Optimization.Operators
  • Changed some ValueParameters to ConstrainedValueParameters and added type discovery to fill them (using the ProblemType property to get compatible local improvement operators)
  • Added missing GPL license headers
  • Changed some ValueParameters to the new FixedValueParameters
  • Added an additional encoding specific ShakingOperator to each encoding and added that to each problem
    • reason is that only the problem/encoding can really decide if a shaking operator is meaningful or not
  • Fixed an unrelated bug in the BestAverageWorstQualityAnalyzer that I encountered (and made the fix backwards compatible)
    • Also added a snippet for creating the backwards compatible comment marker and region
  • Fixed the operator graph of the VNS main loop
    • The condition to continue only when the local search was not successful is not necessary and is not part of the VNS definition as far as I know it (only condition to break the inner loop is when k reaches k_max)
  • Changed the ShakingOperator to input current index and output the maximum number of neighborhoods instead of a boolean that indicates that the last index has been reached since the maximum number is a little more generally useful and equally powerful in modeling
    • Remodeled the VNS main loop to check for k < k_max in order to continue the inner loop
  • other changes that I forgot...

Still necessary

  • test, test, test
  • check for backwards compatible breakers
  • add a maximum evaluated solutions stop criterion
  • optionally: implement fast problem specific local search improvement operators that do not build on the whole generic overhead (e.g. a 2-opt TSP specific local search operator). The idea of VNS is really to converge to a local optimum which is difficult to achieve using the current rather limited termination options

04/22/11:

11:43 Changeset [6041] by jhelm

#1329: Created empty plugin for scheduling.

11:10 Changeset [6040] by jhelm

#1329: Created branch for scheduling problems.

11:04 Ticket #1490 (Implement Scheduling Problems) closed by jhelm
duplicate: This ticket is closed due to duplicated ticket #1329.
10:58 Changeset [6039] by cneumuel

#1233

  • small fixes
10:56 Changeset [6038] by cneumuel

#1215

  • reduced significance of NormalCrossovers
  • small fixes
10:40 Ticket #1490 (Implement Scheduling Problems) created by jhelm

04/21/11:

17:23 Changeset [6037] by mkommend

#1486: Deleted unnecessary files.

17:16 Changeset [6036] by mkommend

#1486: Decoupled operator graph visualization content classes from view classes.

13:05 Ticket #1489 (Change interface between problem and algorithm) created by abeham
The more problems and the more algorithms we add to HeuristicLab the …

04/20/11:

11:08 Changeset [6035] by gkronber

#1364 added reference to no same mates paper by Gustafson

04/19/11:

19:17 Documentation/Howto/UseHiveForOptimization edited by cneumuel
(diff)
19:00 Changeset [6034] by cneumuel

#1233

  • updated binaries
18:58 Changeset [6033] by cneumuel

#1233

  • created baseclass for jobs (ItemJob) which derives OperatorJobs and EngineJobs
  • created special view for OptimizerJobs which derives from a more general view
  • removed logic from domain class HiveExperiment and moved it into RefreshableHiveExperiment
  • improved ItemTreeView
  • corrected plugin dependencies
  • fixed bug in database trigger when deleting HiveExperiments
  • added delete cascade for Plugin and PluginData
  • lots of fixes
17:47 Changeset [6032] by abeham

#1465

  • updated from trunk
  • fixed the bug regarding the -1 x-axis start
13:37 Changeset [6031] by mkommend

#1488: Corrected locking of OperatorShapeInfo.

13:35 Changeset [6030] by mkommend

#1488: Corrected locking of OperatorShapeInfo.

13:30 Changeset [6029] by mkommend

#1488: Added lock around critical region in cloning ctor of OperatorShapeInfo.

13:23 Ticket #1488 (Cloning of OperatorShapeInfo is not thread safe) created by mkommend
This is due to the fact that the cloning of the nested Bitmap is not …
13:05 Changeset [6028] by abeham

#1487

  • Changed unit test slightly as the other failed on my machine
12:37 Changeset [6027] by epitzer

Small improvements to font serialization: (#1487)

  • included font size units and vertical font indicator for complete serialization
  • removed unnecessary checks for null during serialization
  • removed checks during deserializaiton: incorrect files should not cause nulls to be deserialized but throw an error instead
  • added unit test
  • replaced string concatenation with string.Format()
10:52 Changeset [6026] by mkommend

#1413: Removed bug regarding the axis value change.

10:05 Changeset [6025] by mkommend

#1049: Added a check for abstract types in ValueParameter.CreateDefaultValue.

04/18/11:

23:27 Changeset [6024] by cneumuel

#1215

  • improved the way AlgorithmExecutor handles cancellation
23:26 Changeset [6023] by cneumuel

#1215

  • added missing files
18:45 Ticket #1487 (Add a serializer for objects of type System.Drawing.Font) created by abeham
18:43 Ticket #1285 (Write a batch file for compiling without VS2010) closed by abeham
done
18:36 Changeset [6022] by abeham

#1465

  • Updated branch with changes from the trunk
  • Updated Font2XmlSerializer according to Erik's suggestions
17:33 Changeset [6021] by gkronber

#1348: added ContainsKey check and throw ArgumentException with a more descriptive error message.

17:33 Changeset [6020] by abeham

#1465

  • Fixed some bugs
  • Fixed out-of-sync issue in DataRowVisualPropertiesControl
  • Added border in histogram (white for very dark colors)
  • Added serializer for System.Drawing.Font
  • Added option to choose the font of the title as well as the axis of the chart
17:08 Ticket #1486 (Decouple OperatorGraphVisualizationInfo from the associated view classes) created by mkommend
This is necessary as Hive 3.4 transports every needed assembly to the …
16:10 Ticket #1485 (Research publishing (and updating) tools integrated in VS2010) created by gkronber
16:01 Ticket #1484 (Crossover probability for evolutionary algorithms) created by mkommend
15:01 Documentation/Howto/UseHiveForOptimization edited by cneumuel
(diff)
14:59 Documentation/Howto/UseHiveForOptimization edited by cneumuel
(diff)
14:57 Documentation/Howto/UseHiveForOptimization created by cneumuel
12:07 Changeset [6019] by mkommend

#1049: Corrected bug in TypeSelector.

04/17/11:

18:22 Changeset [6018] by cneumuel

#1215

  • support for maximization problems
  • made base level algorithms stoppable
  • optimization for multiple goals possible (AverageQuality, AverageDeviation, AverageEvaluatedSolutions)
  • lots of fixes
11:03 Changeset [6017] by cneumuel

#1215

  • fixed import of existing algorithm
  • moved operators in subfolders
  • extended tests for SymbolicExpressionGrammar

04/16/11:

11:48 Changeset [6016] by abeham

#1465

  • added sorting of series to move them back and forth
    • the implementation currently is quite memory intensive in that all data rows are cloned, the collection is cleared and then they're readded in the correct order. Since the underlying collection is a collection and not a list I don't have the possibilities to insert them.
  • fixed histogram configuration
  • added a crude check if there are incompatibilities with bars

04/15/11:

23:32 Changeset [6015] by abeham

#1465

  • forgot to change the min/max fixed setting for all axis
23:30 Changeset [6014] by abeham

#1465

  • added option to set fixed minimum and maximum for all four possible axis
  • added an icon to the properties context menu entry
    • added dependency from ChartControlsExtensions to Common.Resources
19:33 Changeset [6013] by abeham

#1465

  • removed AggregatedHistogramHistoryView
  • removed Histogram and HistogramHistory data structures
  • removed HistogramView and HistogramHistoryView, but left the HistogramControl
  • adapted the QualityDistributionAnalyzer to create a DataTable instead
  • added a StoreHistory parameter
  • adapted the temporary test project
19:27 Ticket #1483 (The default constructor for DataRow should not be public) created by abeham
The view accesses all series in the chart by the name of the DataRow. …
18:41 Changeset [6012] by abeham

#1465

  • fine tuned UI for setting data(table|row) visual properties
  • added control for the data table visual properties
  • added a few more visual properties
14:54 Changeset [6011] by abeham

#1465

  • updated branch with changes from trunk
  • fixed some bugs
  • introduced secondary x-axis option

04/14/11:

21:59 Ticket #1482 (Remove button in ValueParameterView should be disabled when viewing a ...) created by abeham
I think the ValueParameterView should disable the remove button for …
00:18 Changeset [6010] by abeham

#1465

  • worked on histogram integration
    • Added control to display DataRowVisualProperties
    • Added a dialog to select the DataRowVisualProperties of different series
    • Added a Properties menu item to the context menu and an option to show or hide this item (default is hide)

04/13/11:

16:02 Changeset [6009] by gkronber

#1472 implemented a check in PTC2 operator, fixed bugs in SymbolicExpressionGrammarBase and made some small changes in both classes to prevent numeric overflow exceptions.

15:26 Ticket #1481 (Visual view for clustering solutions displaying cluster centers and ...) created by gkronber
This is essentially a scatter plot with different marker colors (or …
15:22 Ticket #1480 (Reevaluate IL emitting for symbolic data analysis solutions) created by gkronber
Could be beneficial for larger datasets. Additionally it could be …
15:20 Ticket #1479 (Allow editing of symbolic expression tree grammars) created by gkronber
15:19 Ticket #1478 (Functionality for optimization of constants in symbolic data analysis ...) created by gkronber
For instance a 'Optimize Constants' button in the interactive …
15:17 Ticket #1477 (Additional problem instances for artificial ant problem) created by gkronber
14:49 Ticket #1476 (Move operators for symbolic expression tree encoding) created by gkronber
14:43 Ticket #1475 (Wrapper for multinomial logit regression implemented in alglib) created by gkronber
14:42 Ticket #1474 (Wrapper for neural network ensembles implemented in alglib) created by gkronber
14:41 Ticket #1473 (Wrapper for random forest algorithm implemented in alglib) created by gkronber
00:32 Changeset [6008] by ascheibe

#1233

  • increase timeout when sending (for sending large jobs/lot's of plugins)
  • handle failed GetPluginDatas() properly
00:04 Ticket #1472 (StackOverflowException when SymbolicExpressionGrammar is configured wrong) created by cneumuel
When a symbolic regression problem with a …

04/12/11:

20:19 Changeset [6007] by abeham

#1465

  • Fixed column width in histogram by introducing 0 columns
13:43 Changeset [6006] by cneumuel

#1233

  • changed relationship between Job and HiveExperiment. There is no more HiveExperiment.RootJobId, instead there is Job.HiveExperimentId.
  • One HiveExperiment can now have multiple Experiments.
  • TreeView supports multiple root nodes
  • HiveEngine creates a HiveExperiment for each set of jobs, so jobs cannot be without an parent experiment anymore (no more loose jobs)
  • updated ExperimentManager binaries
09:55 Changeset [6005] by cneumuel

#1260

  • fixed bug in matching plugin versions
Note: See TracTimeline for information about the timeline view.