knakamura13 / mlrose-ky

A highly optimized fork of the popular mlrose-hiive package. For Machine Learning, Randomized Optimization and SEarch algorithms.
https://nkapila6.github.io/mlrose-ky/
BSD 3-Clause "New" or "Revised" License
20 stars 8 forks source link

Feat/revert all method names for backwards compatibility #14

Closed knakamura13 closed 2 months ago

knakamura13 commented 2 months ago

I went did the tedious work to rename the following entities to their original mlrose-hiive versions:

github-actions[bot] commented 2 months ago

Coverage report

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  src/mlrose_ky
  __init__.py
  src/mlrose_ky/algorithms
  __init__.py
  src/mlrose_ky/algorithms/crossovers
  __init__.py
  _crossover_base.py
  one_point_crossover.py
  tsp_crossover.py 86, 112-113, 118, 140, 147
  uniform_crossover.py
  src/mlrose_ky/algorithms/decay
  __init__.py
  arith_decay.py 109-110
  src/mlrose_ky/algorithms/mutators
  __init__.py
  src/mlrose_ky/decorators
  short_name_decorator.py
  src/mlrose_ky/fitness
  __init__.py
  travelling_sales.py 162, 164, 166, 168
  src/mlrose_ky/generators
  knapsack_generator.py
  src/mlrose_ky/neural
  __init__.py
  src/mlrose_ky/opt_probs
  _opt_prob.py
  continuous_opt.py
  discrete_opt.py
  flip_flop_opt.py
  tsp_opt.py
  src/mlrose_ky/runners
  _nn_runner_base.py
  _runner_base.py 138, 157, 161, 170, 240, 254-255
  skmlp_runner.py 134, 261
  tests
  test_gridsearch.py
  tests/test_runners
  test_runner_base.py
Project Total  

The report is truncated to 25 files out of 48. To see the full report, please visit the workflow summary page.

This report was generated by python-coverage-comment-action