Oyewale Abdulsobur
Oyewale Abdulsobur
## Motivation This PR solves the bug in the current implementation of the Powell's Method, where the change in direction only happens orthogonally (or 90°) to the previous direction. Issue...
Typo fix for issue #469
Fix for Issue #500 Refactored the Long descriptions for certain CLI commands (install, log, policy and profile) from this [commit](https://github.com/kubearmor/kubearmor-client/commit/ec130453cee6fbdc7296b992d98171f93a47487c) to contain only: - Command overview - Example for usage
Fix for issue #123 For gfo to allow numpy coercibles and sklearn parameter grids via `sklearn.model_selection.ParameterGrid` as search spaces.
#### Reference Issues/PRs Fixes #269 #### What does this implement/fix? Explain your changes. Provided options for Monte Carlo approximations parameters to be overriden via _configs e.g `dist.set_config(approx_mean_spl=5)` #### Does your...
#### Reference Issues/PRs Fix for #283 #### What does this implement/fix? Explain your changes. - Empirical.sample now honors time_indep: scalar distributions still delegate to the base implementation, but multidimensional ones...