Show HN: Solve Geometric Programs in the Browser
prandtl.design
Show HN: Solve Geometric Programs in the Browser
1–10 of 23 posts
Re: Show HN: Solve Geometric Programs in the Browser
#2Re: Show HN: Solve Geometric Programs in the Browser
#3I'm not quite able to run the code (too much load on the server probably). But is this something that can solve LPs in the browser (possibly more than just LPs, I think)? This would be incredibly helpful for many people I'm sure--all the existing online ones have arcane input reqs (and unhelpful errors) and standalone applications either cost money (Gurobi, cplex) or are not easy to use at all (gnu glpk).
This does more than LPs, it lets you formulate GPs, which are a way of doing non-linear analytical optimization. See here for more: https://gpkit.readthedocs.io/en/latest/gp101.html#what-is-a-...
Re: Show HN: Solve Geometric Programs in the Browser
#4Re: Show HN: Solve Geometric Programs in the Browser
#5Doesn't scale
Re: Show HN: Solve Geometric Programs in the Browser
#6I'm not quite able to run the code (too much load on the server probably). But is this something that can solve LPs in the browser (possibly more than just LPs, I think)? This would be incredibly helpful for many people I'm sure--all the existing online ones have arcane input reqs (and unhelpful errors) and standalone applications either cost money (Gurobi, cplex) or are not easy to use at all (gnu glpk).
Yes, there was an issue with someone nuking the compiler box, and we're working on fixing the demo up. This does more than LPs, it lets you formulate GPs, which are a way of doing non-linear analytical optimization. See here for more: https://gpkit.readthedocs.io/en/latest/gp101.html#what-is-a-...
xx) If it's online, it will get nuked.
Re: Show HN: Solve Geometric Programs in the Browser
#7 -- Result received at 14:30:3, response time of 24.714s --
Execution Timed Out
Seems very interesting, will check it out and hopefully provide some feedback when it's back onlineRe: Show HN: Solve Geometric Programs in the Browser
#8Re: Show HN: Solve Geometric Programs in the Browser
#9Re: Show HN: Solve Geometric Programs in the Browser
#10Doesn't scale
I dont think that's fair to them. Having a GP solver in the bg is very hard and very computationally expensive -- their costs are way more than similar Show HN and saying "Doesn't scale" I don't believe acknowledges this well
If you are not comfortable with constructive feedback then don't post an open invitation for feedback.
Then, it can be implemented in a way that scales. Since this is python + gpkit, maybe it could be executed on the client-side using emscripten. Then if the traffic is too high you can serve it from a CDN.