Giter Club home page Giter Club logo

discretechoosersextension's Introduction

The NetLogo Discrete Choosers Extension (dc)

This is a NetLogo extension aiming to make the library of discrete choice algorithms developed by Ernesto Carrella easily usable from within NetLogo.

See http://carrknight.github.io/poseidon/algorithms.html for a discussion of the different algorithms available.

This extension is still in the early stages of development. Not all algorithms are available, and those that are might still be buggy. Feedback and bug reports are welcome. (Just open an issue.)

You can download the extension from the releases page. Just unzip dc.zip under your NetLogo extensions/ folder. Once it's a bit more stable, I'll make it available through the NetLogo Extensions Manager.

The extension requires NetLogo >= 6.0.0.

Rudimentary demo models are available in the demo/ folder.

Available primitives

(Documentation coming soon.)

Chooser creation

Bandits

  • dc:epsilon-greedy-chooser
  • dc:softmax-chooser
  • dc:ucb1-chooser

Imitators

  • dc:explore-exploit-imitate-chooser
  • dc:particle-swarm-chooser

Chooser operation

  • dc:choice
  • dc:observe

Chooser information

  • dc:last-observation
  • dc:options
  • dc:value
  • dc:option-values
  • dc:best-option
  • dc:best-options

Chooser properties

  • dc:exploration-probability
  • dc:set-exploration-probability
  • dc:temperature
  • dc:set-temperature
  • dc:sigma
  • dc:set-sigma
  • dc:imitation-probability
  • dc:set-imitation-probability

discretechoosersextension's People

Contributors

nicolaspayette avatar

Stargazers

 avatar

Watchers

 avatar

discretechoosersextension's Issues

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.