Coder Social home page Coder Social logo

Restructure strategies folder about axelrod HOT 4 OPEN

alexhroom avatar alexhroom commented on June 11, 2024 1
Restructure strategies folder

from axelrod.

Comments (4)

drvinceknight avatar drvinceknight commented on June 11, 2024 1

Have created 5.0.0 (we can easily change the name).

from axelrod.

alexhroom avatar alexhroom commented on June 11, 2024 1

on the part of the discussion regarding importing 'generic' strategies into specific game namespaces:
I've managed to write a way of conditionally importing classes from a shared 'generic' library file based on features of said classes. A minimal working example is here!

e.g. with this, it's possible for the initialisation of, say, axelrod.strategies.ipd to get the set of generic strategies and import the ones with strategy.assumptions_satisfy(ipd_characteristics) in the axelrod.strategies.ipd namespace with whatever modifications; so axelrod.strategies.generic.TitForTat would tit for tat between {0, 1} whereas axelrod.strategies.ipd.TitForTat would 'borrow' the generic strategy but modify it to produce {C, D}!

from axelrod.

alexhroom avatar alexhroom commented on June 11, 2024

As a side note, if we are working towards breaking changes like this, @drvinceknight I recommend the repo adds a 5.0.0_dev branch to push 5.0.0 changes to so that PRs etc. towards 5.0.0 can be made

from axelrod.

drvinceknight avatar drvinceknight commented on June 11, 2024

I recommend the repo adds a 5.0.0_dev branch to push 5.0.0 changes to so that PRs etc. towards 5.0.0 can be made

Good idea. Could just call it 5.0.0 which would serve the same purpose (don't actually care what we call it).

from axelrod.

Related Issues (20)

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.