msg10229 (view) |
Author: malte |
Date: 2021-03-22.13:01:46 |
|
Thanks, Florian!
|
msg10228 (view) |
Author: florian |
Date: 2021-03-22.12:56:31 |
|
I did a commit with changes to the three files including Pillow. Surprisingly, depandabot only had marked two of them but I don't think it hurts to update all three. Depandabot then automatically tried to rebase the pull request, figured out that the issue disappeared and closed them.
|
msg10227 (view) |
Author: malte |
Date: 2021-03-22.12:07:39 |
|
(Unfortunately in these of causing some extra work.)
It would make sense to fix this for both pull requests together in a single commit.
|
msg10226 (view) |
Author: malte |
Date: 2021-03-22.12:07:13 |
|
Yes, unfortunately I think that's what we need to do.
|
msg10225 (view) |
Author: florian |
Date: 2021-03-22.11:19:54 |
|
Fine with me. Is it OK to just accept the pull request, though? Its commits do not follow our naming scheme. Should I just do a commit on main instead?
|
msg10224 (view) |
Author: jendrik |
Date: 2021-03-20.17:52:56 |
|
I see two more options: we could disable dependabot for the repo or click the "dismiss" button but in both cases all forks would probably still get the reports. Therefore, I think it's best to just accept the pull requests.
|
msg10223 (view) |
Author: malte |
Date: 2021-03-20.15:07:07 |
|
I know. But I think we need to do something -- at minimum, decline the pull requests.
One risk I see with this is that our project will be labelled as being subject to security vulnerabilities, which is then something we have to explain away etc. It may be easier just to apply such fixes. An alternative is to change the way we archive experiments.
|
msg10221 (view) |
Author: florian |
Date: 2021-03-20.11:59:48 |
|
This is an automated pull request of dependabot. It changes the version of an imported package from 8.1.0 to 8.1.1, in the requirements.txt file that is used to prepare the virtual environment for the lab experiment of that issue. As this is there mostly for archival purposes, I don't see an immediate need to change it. But I'm also not against it. I'm a bit worried that we'll get lots of those pull requests from dependabot because every lab experiment after a certain date will have such a requirements.txt to archive the environment that the experiment ran in.
|
msg10217 (view) |
Author: malte |
Date: 2021-03-19.20:32:07 |
|
We have a pull request related to this issue to fix a security vulnerability in Pillow, used in the issue experiments. Can whoever created the experiment (Florian?) have a look at the pull request?
|
msg9753 (view) |
Author: florian |
Date: 2020-10-28.13:36:36 |
|
Thanks everyone. I added a description for the changelog and will now merge.
For future reference, here are the results of an experiment with the new code. It ran operator-counting LP and MIP heuristics with the state equation and LM-cut constraints. There are 3 unexplained errors in satellite and organic synthesis, which I think all happen because the tasks are massive. There is also one case where the MIP has a lower value than the LP. This shouldn't normally happen, but the case is in trucks-strips, where the preprocessing is non-deterministic, so I think all of this is fine.
In general, computing the MIP is about one order of magnitude more expensive than the LP and the difference in initial heuristic value is modest in this configuration.
https://ai.dmi.unibas.ch/_tmp_files/pommeren/issue891-v1-mips-issue891-v1-issue891-v1-total_time-opcount-lp-opcount-mip.png
https://ai.dmi.unibas.ch/_tmp_files/pommeren/issue891-scatterplot.png
https://ai.dmi.unibas.ch/_tmp_files/pommeren/issue891-lp-mip-compare.html
|
msg9752 (view) |
Author: malte |
Date: 2020-10-27.23:29:00 |
|
I had a look at which parts of the code it touches and at the (low) code complexity, and based on this I don't need to be involved in the review.
|
msg9751 (view) |
Author: jendrik |
Date: 2020-10-27.18:27:22 |
|
Fine by me, the code looks good.
|
msg9750 (view) |
Author: florian |
Date: 2020-10-27.18:20:32 |
|
I think so as well. Are you fine with a review by Jendrik, or should we hold until you get a chance to look? Jendrik, are you fine with merging?
|
msg9749 (view) |
Author: malte |
Date: 2020-10-27.17:28:31 |
|
From your description, it does not sound that the experiments would be a reason not to merge.
|
msg9748 (view) |
Author: florian |
Date: 2020-10-27.16:11:14 |
|
I ran experiments and saw the same effect with memory usage of SoPlex when using potential heuristics, we saw in issue960. The time distribution was also similar to that of issue960: most tasks within a factor of 1.05 and a couple of tasks with a factor of 1.8. Again, there were not many tasks with factors in between those and there is no obvious trend in one direction or another. I uploaded an example here (the other configurations look similar):
https://ai.dmi.unibas.ch/_tmp_files/pommeren/issue891-v1-issue891-base-issue891-v1-total_time-diverse-potentials-soplex.png
The full report shows that we lost some problems but looking at the scatter plots, it looks like this are the ones that used time close to the limit before and got pushed over the edge by the random noise.
https://ai.dmi.unibas.ch/_tmp_files/pommeren/issue891-v1-issue891-base-issue891-v1-compare.html
Should we merge this anyway?
|
msg9747 (view) |
Author: florian |
Date: 2020-10-24.02:57:59 |
|
This was lying around for a while. I updated the code and the pull request:
https://github.com/aibasel/downward/pull/13
New experiments are running.
|
msg9217 (view) |
Author: florian |
Date: 2020-03-25.10:45:37 |
|
Thanks. It will take a while through their pipeline until it is part of a release and then a while longer until we test their new release and change our recommended version in our installation instructions. So for now everyone running into this problem should still use the workaround of adding a trivial constraint in case the loaded LP is empty.
|
msg9216 (view) |
Author: clemens |
Date: 2020-03-24.22:01:27 |
|
The OSI issue referenced at msg9210 has been resolved and closed today.
|
msg9210 (view) |
Author: clemens |
Date: 2020-03-05.22:10:07 |
|
The issue is reported to the OSI developers and can be found at https://github.com/coin-or/Osi/issues/129.
|
msg9209 (view) |
Author: florian |
Date: 2020-03-05.17:38:37 |
|
Thanks for reporting it here. We already discussed this by email but for the record: I think this is an issue with OSI. Whether or not it would be counted as a bug there depends on whether they view setting integer constraints on an empty LP as a valid thing to do. I think it would still be worth reporting to their tracker to see if they want to change this. Clemens, if you open an issue, please link it here, so we see if the bug gets fixed.
On our side, we could check for this case when loading a problem and exit the planner with a more obvious error message. Until this is fixed, adding a trivial constraint (like "-infty <= + infty" or "0 <= 0") should prevent the error in these cases.
|
msg9208 (view) |
Author: clemens |
Date: 2020-03-05.16:39:06 |
|
When using this feature for an experiment I encountered the following error:
OsiCpxSolverInterface.cpp:2142: virtual void
OsiCpxSolverInterface::setInteger(int): Assertion `coltype_ != NULL' failed.
It occurs when calling the load_problem(...) in the LPSolver class with an
empty constraints vector. Maybe this happens, because LP variables are only
initialized once they are found in a constraint. Therefore setting the type to
integer before this happens fails.
|
msg8516 (view) |
Author: malte |
Date: 2019-02-13.13:37:17 |
|
Hi all, there was activity on this issue while the mail server moved. If you
don't want to miss progress on this issue, please check in the tracker if there
was anything you missed.
|
msg8507 (view) |
Author: gnad |
Date: 2019-02-05.10:58:31 |
|
Upvote for integer variables :)
|
msg8503 (view) |
Author: malte |
Date: 2019-01-30.16:24:24 |
|
Me too. Is there consensus that we want to add this feature?
If yes, we should also do an experiment. I would not want to have code in the
planner that we have never tried out experimentally.
|
msg8502 (view) |
Author: jendrik |
Date: 2019-01-30.09:06:10 |
|
I left some comments on Bitbucket.
|
msg8501 (view) |
Author: florian |
Date: 2019-01-30.05:22:08 |
|
I added a pull request for this on bitbucket:
https://bitbucket.org/FlorianPommerening/downward-issues/pull-requests/55
|
msg8500 (view) |
Author: florian |
Date: 2019-01-30.05:21:23 |
|
Moving Michael's comment from the summary to a change note:
> Linear programming support in Fast Downward does not allow to specify that some
> variables are binary/integer, disallowing solving ILP.
|
|
Date |
User |
Action |
Args |
2021-03-22 13:01:46 | malte | set | messages:
+ msg10229 |
2021-03-22 12:56:31 | florian | set | messages:
+ msg10228 |
2021-03-22 12:07:40 | malte | set | messages:
+ msg10227 |
2021-03-22 12:07:13 | malte | set | messages:
+ msg10226 |
2021-03-22 11:19:55 | florian | set | messages:
+ msg10225 |
2021-03-20 17:52:57 | jendrik | set | messages:
+ msg10224 |
2021-03-20 15:07:08 | malte | set | messages:
+ msg10223 |
2021-03-20 11:59:48 | florian | set | messages:
+ msg10221 |
2021-03-19 20:32:07 | malte | set | messages:
+ msg10217 |
2020-10-28 13:39:34 | florian | set | status: chatting -> resolved |
2020-10-28 13:36:37 | florian | set | messages:
+ msg9753 |
2020-10-27 23:29:01 | malte | set | messages:
+ msg9752 |
2020-10-27 18:27:22 | jendrik | set | messages:
+ msg9751 |
2020-10-27 18:20:32 | florian | set | messages:
+ msg9750 |
2020-10-27 17:28:31 | malte | set | messages:
+ msg9749 |
2020-10-27 16:11:15 | florian | set | messages:
+ msg9748 |
2020-10-24 02:57:59 | florian | set | messages:
+ msg9747 |
2020-03-25 10:45:37 | florian | set | messages:
+ msg9217 |
2020-03-24 22:01:27 | clemens | set | messages:
+ msg9216 |
2020-03-05 22:10:07 | clemens | set | messages:
+ msg9210 |
2020-03-05 17:38:37 | florian | set | messages:
+ msg9209 |
2020-03-05 16:39:06 | clemens | set | nosy:
+ clemens messages:
+ msg9208 |
2019-02-13 13:37:17 | malte | set | messages:
+ msg8516 |
2019-02-08 15:03:47 | augusto | set | nosy:
+ augusto |
2019-02-05 10:58:31 | gnad | set | nosy:
+ gnad messages:
+ msg8507 |
2019-01-30 16:24:24 | malte | set | messages:
+ msg8503 |
2019-01-30 09:06:10 | jendrik | set | messages:
+ msg8502 |
2019-01-30 05:22:08 | florian | set | nosy:
+ mkatz messages:
+ msg8501 |
2019-01-30 05:21:23 | florian | set | status: unread -> chatting messages:
+ msg8500 summary: Linear programming support in Fast Downward does not allow to specify that some
variables are binary/integer, disallowing solving ILP. -> |
2019-01-30 03:43:17 | malte | set | priority: feature -> wish |
2019-01-30 03:43:10 | malte | set | nosy:
+ malte, jendrik |
2019-01-30 03:36:47 | mkatz | set | nosy:
+ florian |
2019-01-30 03:36:00 | mkatz | create | |