Code Monkey home page Code Monkey logo

ct_sim's People

Contributors

awong234 avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

catherinecsun

ct_sim's Issues

Test SQL assignment of tasks

Error in { : 
  task 4 failed - "<SQL> 'UPDATE tasklistntres SET inProgress = 0, completed = 1 WHERE taskID IN (200);'
  nanodbc/nanodbc.cpp:1587: 40001: [Microsoft][ODBC SQL Server Driver][SQL Server]Transaction (Process ID 209) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction. "

SQL communication buffer overload

task 5 failed - "<SQL> 'UPDATE tasklistntres SET inProgress = 0, completed = 1, timeEnded = 1525788185 WHERE taskID IN (243);'
  nanodbc/nanodbc.cpp:1587: 40001: [Microsoft][ODBC SQL Server Driver][SQL Server]Transaction (Process ID 90) was deadlocked on lock | communication buffer resources with another process and has been chosen as the deadlock victim. Rerun the transaction. "

Dimension of state space

Hi everyone,

Not sure if the comment on the commit went public, so I'm also making a comment here. See the line linked below.

Do we want to keep the state space of activity centers constant throughout? Defining it as a buffer of some distance around the traps while keeping N constant changes density, while keeping state space constant would maintain density. I think under variable extent for s, the smaller arrays would have a denser population to sample from, which may not be what we want to examine.

We could define s as an area with buffer around the largest trap array

s<- cbind(runif(N, min(X[,1])-buff,max(X[,1])+buff), runif(N,min(X[,2])-buff,max(X[,2])+buff))

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.