Keith Briggs

Results 25 issues of Keith Briggs

"it's style" should be "its style".

Is there any way to suppress this warning? ``` (CVXPY) Jun 20 04:37:03 PM: Encountered unexpected exception importing solver SCIP: NotImplementedError("PySCIPOpt (SCIP's Python wrapper) is installed and itsversion is 4.0.0....

https://www.cvxpy.org/tutorial/advanced/index.html says "The preferred open source mixed-integer solvers in CVXPY are [GLPK_MI](https://www.gnu.org/software/glpk/), [CBC](https://projects.coin-or.org/Cbc) and [SCIP](https://scip.zib.de/)". https://pypi.org/project/cbcpy/ says "pip install cbcpy". But that command gives: ``` ERROR: Could not find a...

https://www.cvxpy.org/api_reference/cvxpy.problems.html does not mention the `warm_start` argument to `.solve()`.

documentation

Just a suggestion: it would be very useful if the documentation included the expected output for the examples (like https://osqp.org/docs/examples/huber.html). Then we could easily verify that everything is working correctly....

kbriggs:~/Downloads/NPEET> python3 test.py For a uniform distribution with width alpha, the differential entropy is log_2 alpha, setting alpha = 2 and using k=1, 2, 3, 4, 5 Traceback (most recent...

I've got an HP Z230 desktop which ran an earlier version of this driver under Ubuntu 18 without problems. I upgraded to Ubuntu 20, and now I cannot get the...

I have a standard Ubuntu 18 installation, fulling up-to-date. I get: inet/environment/ground/OsgEarthGround.cc In file included from inet/environment/ground/OsgEarthGround.cc:25:0: ./inet/visualizer/scene/SceneOsgEarthVisualizer.h:51:18: error: ‘virtual void inet::visualizer::SceneOsgEarthVisualizer::initializeScene()’ marked ‘override’, but does not override virtual void...

Bug

INSTALL.md says: You should have a ... working INET-Framework installation (v3.6.6). (Download from http://inet.omnetpp.org) But there is no version 3.6.6 available at https://inet.omnetpp.org/Download.html .

README.md says: > The current master/head version requires either of > OMNeT++ 5.5.1 and INET 3.6.6 The word "either" implies two alternatives. But we never say "either ... and", only...