Cargando…

MDTS: automatic complex materials design using Monte Carlo tree search

Complex materials design is often represented as a black-box combinatorial optimization problem. In this paper, we present a novel python library called MDTS (Materials Design using Tree Search). Our algorithm employs a Monte Carlo tree search approach, which has shown exceptional performance in com...

Descripción completa

Detalles Bibliográficos
Autores principales: M. Dieb, Thaer, Ju, Shenghong, Yoshizoe, Kazuki, Hou, Zhufeng, Shiomi, Junichiro, Tsuda, Koji
Formato: Online Artículo Texto
Lenguaje:English
Publicado: Taylor & Francis 2017
Materias:
Acceso en línea:https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5532970/
https://www.ncbi.nlm.nih.gov/pubmed/28804525
http://dx.doi.org/10.1080/14686996.2017.1344083
Descripción
Sumario:Complex materials design is often represented as a black-box combinatorial optimization problem. In this paper, we present a novel python library called MDTS (Materials Design using Tree Search). Our algorithm employs a Monte Carlo tree search approach, which has shown exceptional performance in computer Go game. Unlike evolutionary algorithms that require user intervention to set parameters appropriately, MDTS has no tuning parameters and works autonomously in various problems. In comparison to a Bayesian optimization package, our algorithm showed competitive search efficiency and superior scalability. We succeeded in designing large Silicon-Germanium (Si-Ge) alloy structures that Bayesian optimization could not deal with due to excessive computational cost. MDTS is available at https://github.com/tsudalab/MDTS.