Skip to content
Snippets Groups Projects
Commit 3dfb41aa authored by Jonathan Kriwet's avatar Jonathan Kriwet
Browse files

added simulation and calibration capability

parent da662510
No related branches found
No related tags found
No related merge requests found
{
"timedelta": 0,
"save_files": false,
"verbose_logging": false,
"show_plot": false,
"create_tsd_plot": false,
"save_tsd_plot": false,
"show_plot_pause_time": 0.001,
"plot_file_type": "png",
"fail_on_error": false,
"ret_val_on_error": 10000,
"max_itercount": 1000000,
"max_time": 60
}
\ No newline at end of file
{
"pop_size": 50,
"n_gen": 1000000,
"sampling": "real_random",
"selection": "random",
"crossover": "real_sbx",
"mutation": "real_pm",
"eliminate_duplicates": true,
"n_offsprings": null
}
\ No newline at end of file
This diff is collapsed.
{
"output_interval": 600,
"dataframe_interval": "Hourly",
"sim_intervals": [
"2015-01-01 to 2015-02-01"
],
"evaluation_intervals": [
"2015-01-01 to 2015-02-01"
]
}
\ No newline at end of file
from setuptools import setup, find_packages
setup(
name="energyplus_calibrator",
version="0.1.0",
packages=find_packages(),
)
\ No newline at end of file
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment