Metadata-Version: 2.4
Name: scdo
Version: 1.0.0
Summary: Solar-collector Design Optimiser
Home-page: https://github.com/BenWinchester/CollectorOptimisation
Author: Ben Winchester
Author-email: benedict.winchester@gmail.com
Project-URL: Bug Tracker, https://github.com/BenWinchester/CollectorOptimisation/issues
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: bayesian-optimization>=1.5.1
Requires-Dist: heatpanel>=1.1.4
Dynamic: license-file

# CollectorOptimisation

This repository contains Python-based software for optimising the design parameters for solar collectors. The input parameters which specify the bounds of the optimisation(s) and the initial conditions (design) of the collector(s) are kept separate from the code, which runs over the designs and determines the most optimum configuration by utilising a Bayesian optimisation[[1]](#1) process.

## References
<a id="1">[1]</a> 
Nogueira, F. Bayesian Optimization: Open source constrained global optimization tool for Python. Preprint at https://github.com/bayesian-optimization/BayesianOptimization (2014-).
  
