Skip to content

Optimization

Latest
Compare
Choose a tag to compare
@MiguelAngelTorres MiguelAngelTorres released this 24 Mar 07:35
· 6 commits to main since this release
c03b154

1.1.0

Features:

  • Added new function to get the real and voted probability of any year and bet: get_data_eduardolosilla().
  • Added new function to write bets in file: write_bet().
  • Added new function to perform simple filters over prob_voted_table: filter_table_prob().
  • Added the parameter allow_lower_fails in function signs_with_distance()
  • Reduced time costs in function filter_possible_results()
  • Reduced time costs in function calculate_probability_of_reward()
  • Reduced time costs in function get_voted_prob()
  • Reduced time costs in function best_n_with_diff()
  • Reduced time costs in function sign_with_diff()

Changes:

  • get_rentability() has been renamed. Now the function is called get_profitability().

Small bugfixes:

  • Fixed a bug in signs_with_distance() that produce many warnings for no reason.
  • Fixed a bug in get_em() when optimization is not applied, temp columns where not deleted from prob_voted_table.
  • Fixed a bug in calculate_probability_of_roi(). Parenthesis where not paired.