Giter Club home page Giter Club logo

evolveprofile's Introduction

#EvolveConfig An EA that will tune a slicing profile to print optimally for any printer.

#Motivation Not all models and printers are made equal; some print jobs requrie more tuning than others. In an attempt to ameleorate this hardships, EvolveConfig is a python evolutionary algorithms that attempts to evolve slicing configs for you.

#Slicing Configs Slicing configs are expected in JSON. A map should be supplied, which both delineates the values to be evolved and the max/min values for each entry. We expect something that looks like this:

{ "slicingprofile" : { "layerheight" : ["r", 0, 1], "someparam" : ["r", -50.0, 50.0], "someSubTree" : { "paramA" : ["l", 0, 1], "paramB" : ["l", 0, 1, 2, 3, 4, 5], }

Each entry can be one of two types: a min/max random pair or a selection list (delineated by a r or l, respectively). A min/max random pair will generate a number greater than or equal to the min and less than or equal to the max. If the number is a decimal, a random decimal will be generated (similarly, an int yields an int). For selection, and value can be used. The config map should be a subset of the standard config, and only those that are evolvable should be included.

evolveprofile's People

Contributors

dgs3 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

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.