Maxime Gasse

Results 28 comments of Maxime Gasse
trafficstars

Hi, I also encounter such a warning sometimes, although the code seems to run fine. I do not have much time to investigate the issue right now. If you find...

Hi @XiangyuYang-Opt , The alternative in Ecole is the NodeBipartite observation, available here: https://doc.ecole.ai/py/en/stable/reference/observations.html#node-bipartite It basically extracts the same information, but has been re-engineered in C++ (including also minor bug...

You will find that function in a dedicated `ml-branching` branch in our PySCIPOpt fork here: https://github.com/ds4dm/PySCIPOpt/blob/9b88eddcfe99208e737236d39ccd6c9dd1a9bec4/src/pyscipopt/scip.pyx#L3917 Best, Maxime

Hi @LeonaireHo . Most likely you've installed from the main branch. The getState() function is only available in the `ml-branching` branch. You should be able to install using: ``` pip...

This bug might have been fixed by #343, which was merged in the master branch. Unfortunately these changes are not present in the latest stable release, there is a bunch...

I have exactly the same need as you @asieira, I run a machine learning algorithm which consumes a lot of memory, from the R extraTrees package (http://cran.r-project.org/web/packages/extraTrees). I need to...

Hi, the problem may be quite different but a solution to your problem (clean Java memomy once and for all) is also a solution to my problem (clean Java memory...

@afourney you should check out our recently released [browsergym](https://github.com/ServiceNow/BrowserGym) :) It is meant to be a flexible framework build upon playwright. It already supports most of the features you describe...