Giter VIP home page Giter VIP logo

akvarium's Introduction

Hello I'm Alex, I'm currently migrating away from Github/Microsoft due to their endeavours to monetise public and private repos for their "AI toys".

You can find my new profile at code.larus.se

akvarium's People

Contributors

lmas avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

akvarium's Issues

Swarm experiments

Refactor

  • Ensure swarm is completely decoupled (still uses a global rand for example rand is only used during init for spawning boids, so should be fine)
  • Might finally have to clean up the boid constants and make them swarm settings (so individual swarms can have custom behaviours)
  • Enforce max amount of neighbour boids a single boid will match with (and run expensive distance rules against)?

Experiments

  • Benchmark baseline
  • Investigate performance when running multiple swarms
  • Might want a "leader flag" to enforce boids following single leader and not be split up into multiple groups in the same swarm
  • Investigate having half the boids act normal (leaders, runs expensive boids rules), while other half only tries to catch up/match with leaders (followers, less expensive rules?)

Source suggestions

Refactor `math.Sqrt()`

  • Better benchmark for vector (test all funcs, even if they call a single math func in turn)
  • Drop math.Sqrt and maybe replace it with convenience func in vector

Source suggestion

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.