PastelBelem8 / ADOPT.jl

This is the result of my master thesis on Multi-Objective Optimization. This repository is more focused towards Pareto-based optimization rather than SIngle-Objective optimization with preference articulation. We focus on time-consuming optimization routines and, as a result we focus on model-based methods to allow for faster convergence times. This is relevant for Architectural Design Optimization, which depends on time-intensive simulations (e.g. minutes, hours or even days to complete a single simulation).
GNU General Public License v3.0
0 stars 0 forks source link

LinearRegression should mantain track of data points... #30

Closed PastelBelem8 closed 5 years ago

PastelBelem8 commented 5 years ago

If have time, implement gradient descent formula, as fallback mechanism...

PastelBelem8 commented 5 years ago

Related to #27