Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/revert all method names for backwards compatibility #14

Merged

Conversation

knakamura13
Copy link
Owner

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

  • Filenames
  • Class names
  • Method names
  • Method property names
  • Method attribute names

Copy link

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

@gitongah gitongah merged commit 46903ca into main Sep 14, 2024
1 check passed
@knakamura13 knakamura13 mentioned this pull request Sep 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants