Git Product home page Git Product logo

dither's People

Contributors

jesg avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

dither's Issues

unable to compile dither c++11 extension on gcc 4.6

example:

$ rake compile
mkdir -p tmp/x86_64-linux/dither/2.1.0
cd tmp/x86_64-linux/dither/2.1.0
/home/jason/.rbenv/versions/2.1.0/bin/ruby -I. ../../../../ext/dither/extconf.rb
creating Makefile
cd -
cd tmp/x86_64-linux/dither/2.1.0
make
compiling ../../../../ext/dither/dither.cc
cc1plus: error: unrecognized command line option ‘-std=c++11’
Makefile:204: recipe for target 'dither.o' failed
make: *** [dither.o] Error 1
rake aborted!
Command failed with status (2): [make...]

Tasks: TOP => compile => compile:x86_64-linux => compile:dither:x86_64-linux => copy:dither:x86_64-linux:2.1.0 => tmp/x86_64-linux/dither/2.1.0/dither.so
(See full trace by running task with --trace)

generic generation strategy

need a generation strategy that can unify random walks with pairwise testing. a popular technique is to generate a bunch of potential solutions and take the best fit at each step.

  • generator
  • filter (constraints)
  • best fit

this could be applied to:

  • interactions between edges in a graph
  • measuring coverage in a graph
  • non-deterministic pairwise strategy

furthermore the alogrithm could be concurrent on the jvm.

markov chains and random walks

generate random walks from a markov chain. this could be applied to usability testing and reliability. it would also allow the tester to include more complex user interaction like cycles.

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.