GithubHelp home page GithubHelp logo

Comments (1)

EricArcher avatar EricArcher commented on August 24, 2024

STRUCTURE doesn't make use of multiple cores internally, so I can't take advantage of that capability in the structureRun() wrapper. The most I could do is convert it to optionally run each value of K on a separate core. Since files are currently being written to the working directory, I need to make sure there won't be conflicts with filenames among the cores (I think the seed file doesn't currently get a special name with the user-specified label at the moment). It'll give me the opportunity to also add the option of writing to (and reading from) a temporary folder as a default which I've wanted to put in place for a while.
Unfortunately, I'm pretty busy with other work at the moment, so I'll have to put this on my future To-Do list.

However, you should be able to create this functionality yourself with something like (untested) :

sr.list <- parallel::mclapply(
  2:5, 
  function(k) structureRun(g, k = k, ...),
  mc.cores = 5
})

from stratag.

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.