M-LOOP 3.3.0
What's Changed
- Neural Net plot individual cross sections option by @zakv in #104
- Avoid creating M-LOOP_archives directory when creating visualizers by @zakv in #106
- Deprecate controller_type argument of some visualization functions by @zakv in #110
- Update landscape_vis.py by @zakv in #109
- Removed uses of previously-removed gp_training_override_kwargs option by @zakv in #117
- Update installation and testing instructions by @zakv in #114
- Fix ShellInterface bug when param_names is None by @zakv in #115
- Stop globally disabling TF eager execution by @charmasaur in #118
- Make M-LOOP compatible with scikit-learn 1.0. by @zakv in #121
- Reduce level for some log messages in
neuralnet.py
by @zakv in #123 - Fix machine learner visualization cross sections range bug by @zakv in #124
- Datetime fixes by @zakv in #127
- Parameter scaling by @matth2peters in #125
- Fixed a matplotlib deprecation warning in
NeuralNetVisualizer.plot_density_surface()
by @zakv in #128 - Fix a small bug with
noise_level
when using a training archive by @zakv in #129 - Removed an unnecessary
if
condition inGaussianProcessVisualizer.return_cross_sections()
by @zakv in #130 - Pass on
Interface.get_next_cost_dict()
errors by @zakv in #131 - Update the docsting for
Controller
. by @zakv in #132 - Simplify training archive arguments by @zakv in #134
- Add
num_training_runs
to the docs by @zakv in #135 - Only log "Showing visualizations..." when calling
plt.show()
by @zakv in #136 - Correct some cost scaling for the neural net by @zakv in #137
- Correct scaling of the trust region limits for visualizations by @zakv in #138
- Have M-LOOP create its own numpy random number generator by @zakv in #139
- Fix
show_all_default_visualizations()
for random and Nelder-Mead learners. by @zakv in #140 - Safer parameter boundary enforcement by @zakv in #141
- Update install instructions by @zakv in #142
- Controllers now always save an
out_type
value during each iteration. by @zakv in #143 - Have
ControllerVisualizer.plot_cost_vs_run()
support third party controllers by @zakv in #144 - Simplify the color generation for cost vs run plots. by @zakv in #145
- Bumped version number to 3.3.0. by @zakv in #146
New Contributors
- @matth2peters made their first contribution in #125
Full Changelog: 3.2.1...v3.3.0