osullivryan
osullivryan
#### Reference issue Closes #12017 #### What does this implement/fix? * Adds `factor` as an optional argument for `optimize.nnls`. * Removes `WRITE` from `nnls.f` and instead logs it under `logging.info`...
Hello BayesianOptimization team, Have you any thoughts on an additional option for different optimization routines when calling `acq_max`? My thought was something like this: ``` def acq_max(ac, gp, y_max, bounds,...
Hello JuliaFEM Team! Julia version: 1.3.1 OS: Ubuntu 19.1 JuliaFEM version: Latest I am getting the following error when I attempt to import JuliaFEM: ```bash julia> import JuliaFEM [ Info:...