Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

JoshuaRNew's profile - activity

2017-01-19 15:44:02 -0500 answered a question Autotune for Calibration

Autotune Articles

You found the oldest, and likely least-useful, set of articles. To date, there have been 4 primary-source articles which have spawned 30+ in the news:

  • Article #1 - initial software development (September 22, 2014)
  • Article #2 - release of Autotune as open source (September 2, 2015)
  • Article #3 - NREL-hosted Lab-Corps program involving 86 interviews to identify industry's specific needs, uses, and value related to calibration (September 28, 2016)
  • Article #4 - two case studies, including human vs. Autotune for calibration performance, in the Journal of Applied Energy (November 2016)

For a partial listing of Autotune news buzz, see bit.ly/autotune_publicity.


Autotune Science

While any multi-objective search algorithm can provide an answer, the DOE/BTO-funded Autotune project conducted an extensive search of over 300,000 algorithm instances to quantify performance of the best calibration algorithm in terms of:

The research, detailed in over 30 peer-reviewed publications (bit.ly/autotune_science), has been completed and Autotune is now open-source on GitHub (bit.ly/autotune_code) for use by the private sector.


Autotune Application

Regarding practical use of Autotune, there are a few resources that might help:

  • Autotune overview video [YouTube]
  • Overview slides [PDF] (note: Brian Ball presented OpenStudio's capabilities at this ASHRAE seminar)
  • Step-by-step instructions for 3 ways to run Autotune (easiest to hardest/most-flexible):

    1) Standalone demo - download the directory, replace myidf.idf, myparams.csv, myuserdata.csv, and myweather.epw with your own files, and double-click autotune.bat.

    2) Virtual machine - download a virtual machine and immediately run demo, website, or web service in a virtual environment.

    3) Server installation - step-by-step instructions for installing on a Windows or Linux machine/server.

Autotune has been used in 3 countries, integrated into 5 companies' energy modeling pipelines, and being considered for application by 4 U.S. government agencies. Autotune does use OpenStudio (slide 32) for initial model creation, but only EnergyPlus during calibration for the reasons of speed and scalability. While created to be simulation-engine agnostic for easy application with new versions or simulation engines, the primary limitation for most users is that the open-source version uses EnergyPlus 7.0. Ultimately, it is up to the user to determine whether Autotune, OpenStudio, or other private-sector calibration services work best for your needs.

2015-01-16 16:10:23 -0500 received badge  Teacher (source)
2015-01-16 16:09:45 -0500 answered a question Is there a way to convert IDF to XML or vice versa?

If you'd like to extend the conversion capabilities beyond what is freely available at http://eventstar.ornl.gov/trinity, you can download and make your contributions via GitHub:

https://github.com/aarongarrett/idf2xml

2015-01-12 21:46:36 -0500 commented answer Is there a way to convert IDF to XML or vice versa?

The caveat is that the website only works for EnergyPlus 7.0. We'd need to run the *.idd for the EnergyPlus version you want through our conversion tool to *.xsd so you can have validated *.xml converted from the *.idd. What version of EnergyPlus are you using? I'd be glad to provide the code we have and post any conversion utilities that support newer EnergyPlus versions.