Coder Social home page Coder Social logo

Comments (5)

dilkins avatar dilkins commented on August 16, 2024

This might be the best option; when writing the code originally, there was quite a bit of flipping between setting a hard nnmax, which is "safe" but often slow, and setting one by calculating the density, which is faster but only really works for systems with uniform density; having a flag that sets nnmax to a hard limit is inelegant (especially as sagpr_get_PS has so many command-line flags already), but it's probably the best option. Feel free @alanmlewis to implement and open a PR -- otherwise I will be able to get to it in a couple of days' time.

from tensoap.

alanmlewis avatar alanmlewis commented on August 16, 2024

Another possibility would be to offer a flag where the user could set the occupied fraction of the cell at runtime, and then simply multiply the volume by this fraction? That may require a little trial and error on the user's part, but is more flexible than simply setting a hard limit.

from tensoap.

dilkins avatar dilkins commented on August 16, 2024

Agreed, that's probably a better idea; since we're admitting trial and error, probably some extra exception handling is needed so that the code doesn't crash so messily.

from tensoap.

alanmlewis avatar alanmlewis commented on August 16, 2024

Yes. for sure; I'll have a go at implementing that tomorrow.

from tensoap.

alanmlewis avatar alanmlewis commented on August 16, 2024

Resolved by commit f448a04

from tensoap.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.