@elaraai/east-py-datascience 0.0.2-beta.63 → 0.0.2-beta.65

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -57,6 +57,8 @@ const optimize = East.function([], MADS.Types.ResultType, $ => {
57
57
  | **Optuna** | Bayesian optimization with TPE sampler | Hyperparameter tuning, mixed-type parameters, efficient search with few evaluations |
58
58
  | **SimAnneal** | Simulated annealing for discrete optimization | TSP, scheduling, subset selection, knapsack, assignment problems |
59
59
  | **Scipy** | Scientific optimization and curve fitting | Gradient-based minimization, curve fitting, interpolation, statistics |
60
+ | **Optimization** | Iterative coordinate descent optimization | Parameter tuning, sequential optimization across parameter groups |
61
+ | **GoogleOr** | Google OR-Tools constraint programming, routing, LP, and graph algorithms | CP-SAT, vehicle routing (TSP/VRP), linear/mixed-integer programming, min-cost flow, max flow, assignment |
60
62
 
61
63
  ### Machine Learning
62
64