spapadopoulos / EnergyPlusOpt

A method to solve simulation-based optimization problems using Matlab and EnergyPlus
4 stars 2 forks source link

Inquiry regarding HVAC_opt_multiobjective.m #1

Open shdotcom opened 4 years ago

shdotcom commented 4 years ago

Hi Sokratis Papadopoulos,

in the HVAC_opt_multiobjective.m file, do I need to change these lines according to the inputs of the runep.m ?

%% Set .idf and .epw files
path = '..\models\comm\MD_BALTIMORE.idf';
pathOut = '..\models\comm\MD_BALTIMORE_out.idf';
weatherFile = 'USA_MD_Baltimore-Washington.Intl.AP.724060_TMY3';

could you please provide an example shows how to run the simulation

Thank you

ahan-2000 commented 2 years ago

Hi, I have same problem have you solved it?