Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/01/11 17:15:41 (13 years ago)
Author:
cneumuel
Message:

#1215

  • worked on configurability of SymbolicExpressionGrammar
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.MetaOptimization/HeuristicLab.Problems.MetaOptimization.Views/3.3/OptimizableView.cs

    r5665 r5927  
    6868              this.viewHost.Content = pvc.ParameterConfigurations;
    6969            }
     70
     71            //var symbolicVc = Content as SymbolicExpressionGrammarValueConfiguration;
     72            //if (symbolicVc != null) {
     73            //  this.viewHost.ViewsLabelVisible = false;
     74            //  this.viewHost.Content = symbolicVc.ParameterConfigurations;
     75            //}
    7076          } else {
    7177            throw new NotSupportedException("Only IParameterConfiguration and IValueConfiguration types are allowed.");
Note: See TracChangeset for help on using the changeset viewer.