lib/openstudio/analysis/algorithm_attributes.rb in openstudio-analysis-1.3.0 vs lib/openstudio/analysis/algorithm_attributes.rb in openstudio-analysis-1.3.1
- old
+ new
@@ -48,10 +48,11 @@
"debug_messages": 1
}
end
# these are the allowed analysis types
- ANALYSIS_TYPES = ['spea_nrel', 'rgenoud', 'nsga_nrel', 'lhs', 'preflight', 'morris', 'sobol', 'doe', 'fast99', 'ga', 'gaisl', 'single_run', 'repeat_run', 'batch_run']
+ ANALYSIS_TYPES = ['diag', 'doe', 'fast99', 'ga', 'gaisl', 'lhs', 'morris', 'nsga_nrel', 'optim',
+ 'preflight', 'pso', 'repeat_run', 'rgenoud', 'single_run', 'sobol', 'spea_nrel']
def set_attribute(attribute_name, attribute_value)
@attributes[attribute_name] = attribute_value
begin
unless Float(attribute_value).nil?