ReducedModelOptimization/src
iasonmanolas 89bd63d2b5 Compiles on windows. Cannot be parallelized currently due to the global variables of ReducedModelOptimizer. Each thread needs to have its own copy but dynamic instantiation cannot be used for initializing it.. 2021-02-04 16:38:52 +02:00
..
gradientDescent.h Initial commit 2020-11-23 11:06:45 +02:00
main.cpp Compiles on windows. Cannot be parallelized currently due to the global variables of ReducedModelOptimizer. Each thread needs to have its own copy but dynamic instantiation cannot be used for initializing it.. 2021-02-04 16:38:52 +02:00
reducedmodeloptimizer.cpp Compiles on windows. Cannot be parallelized currently due to the global variables of ReducedModelOptimizer. Each thread needs to have its own copy but dynamic instantiation cannot be used for initializing it.. 2021-02-04 16:38:52 +02:00
reducedmodeloptimizer.hpp Parallelization on the set of valid patterns. 2021-02-01 16:10:24 +02:00