- Timestamp:
- 12/20/11 13:54:57 (13 years ago)
- Location:
- branches/HeuristicLab.Hive.Azure
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive.Azure
- Property svn:ignore
-
old new 4 4 *.suo 5 5 *.vsp 6 Doxygen 6 7 Google.ProtocolBuffers-0.9.1.dll 7 8 HeuristicLab 3.3.5.1.ReSharper.user 8 9 HeuristicLab 3.3.6.0.ReSharper.user 9 10 HeuristicLab.4.5.resharper.user 11 HeuristicLab.ExtLibs.6.0.ReSharper.user 10 12 HeuristicLab.resharper.user 11 13 ProtoGen.exe … … 16 18 bin 17 19 protoc.exe 18 HeuristicLab.ExtLibs.6.0.ReSharper.user19 Doxygen
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/HeuristicLab.Hive.Azure/HeuristicLab.Analysis
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Analysis (added) merged: 7021,7124,7126,7172
- Property svn:mergeinfo changed
-
branches/HeuristicLab.Hive.Azure/HeuristicLab.Analysis/3.3/QualityAnalysis/BestAverageWorstQualityAnalyzer.cs
r6051 r7215 74 74 75 75 #region Properties 76 public bool EnabledByDefault { 77 get { return true; } 78 } 76 79 private BestQualityMemorizer BestQualityMemorizer { 77 80 get { return (BestQualityMemorizer)OperatorGraph.InitialOperator; } -
branches/HeuristicLab.Hive.Azure/HeuristicLab.Analysis/3.3/QualityAnalysis/QualityAnalyzer.cs
r5445 r7215 65 65 66 66 #region Properties 67 public bool EnabledByDefault { 68 get { return true; } 69 } 67 70 private BestQualityMemorizer BestQualityMemorizer { 68 71 get { return (BestQualityMemorizer)OperatorGraph.InitialOperator; } -
branches/HeuristicLab.Hive.Azure/HeuristicLab.Analysis/3.3/QualityAnalysis/QualityDistributionAnalyzer.cs
r6628 r7215 54 54 } 55 55 #endregion 56 57 public virtual bool EnabledByDefault { 58 get { return true; } 59 } 56 60 57 61 public string HistogramName { -
branches/HeuristicLab.Hive.Azure/HeuristicLab.Analysis/3.3/QualityAnalysis/ScaledQualityDifferenceAnalyzer.cs
r6628 r7215 34 34 [StorableClass] 35 35 public class ScaledQualityDifferenceAnalyzer : SingleSuccessorOperator, IAnalyzer { 36 public virtual bool EnabledByDefault { 37 get { return true; } 38 } 39 36 40 public ILookupParameter<DoubleValue> QualityParameter { 37 41 get { return (ILookupParameter<DoubleValue>)Parameters["Quality"]; }
Note: See TracChangeset
for help on using the changeset viewer.