aqtech-ca / mctreesearch4j

MIT License
7 stars 1 forks source link

Performance enhancements #27

Closed JunTaoLuo closed 3 years ago

JunTaoLuo commented 3 years ago

Yes, I optimized the MDP definitions so that the solver code would be a more significant portion of the profiling data I collect. However, but the time the MDPs were more or less optimized, I found that the solver takes up such a small portion of the profiling data that I couldn't find many places where meaningful improvements can be made. The Iterable => Collection change made the biggest difference.

larkz commented 3 years ago

👍🏼

larkz commented 3 years ago

@JunTaoLuo I've reviewed the code, looks good. Feel free to merge this, with an intelligible update message.