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

[pull] master from bupticybee:master #3

Open
wants to merge 51 commits into
base: master
Choose a base branch
from

Conversation

pull[bot]
Copy link

@pull pull bot commented Nov 30, 2021

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added the ⤵️ pull label Nov 30, 2021
yffbit and others added 26 commits April 7, 2022 16:35
Weight individual strategy probabilites with related range number for table display
to determine cards for range_number calculation, as the later do not
exclude board cards.
TODO: This step can still be further integrated into main calculation below.
…of u1_px_range

to determine cards for range_number calculation, as the later do not
exclude board cards.
Use in strategyitemdelegate for remaining card_cords usuage simplifys
code w/o change of result.
mostly removing comments with obsolete code,
undo obsolete code modificatoins in paint_evs,
moved scaling divisions in tablestrategymodel
 to end to avoid it in multiple iterations
Undo move of division from protected to unprotected
loop in regards to division by zero through range_number.
for the left table. Also supresses disable and remain drawing,
if related height is calcualted to zero.
avoid issues on 720p displays.
- use half floats for storage
- optimize code to reduce needed type conversions
- eliminate storage of r_plus_sum[]
- use it on the river only (yields most memory savings)
TODO: make this a configurable option
TODO: evs[] storage should be elminated as well
(this needs major changes outside of Dis..CfrTrainable)
currently hard-coded disabled.
TODO: Implement interface for gui and commandline tools
TODO: save it like isomorphism with the output_parameters?
getTrainable() <-> use_halffloats
Uses half float for evs, and eliminates r_plus_sum storage, while
keeping r_plus and cum_r_plus as floats.
Option UI, memory estimation, and option execution adjusted.
bupticybee and others added 22 commits May 18, 2022 10:48
missing space after set_print_interval when outputting parameters.
added api interface for compatibility with ffi capable languages
Community commits mergeing
* renames symbols to comply with Qt autoconnect convention,
* replaces string-based connections with functor-based connections.
Fixes No matching signal warnings
Replaces int with std::size_t in for loops to prevent warnings
Fixed a bunch of typos
Replaces std::size_t with int in for loops to prevent errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants