Team:BCCS-Bristol/Modeling-To Do List
From 2008.igem.org
(Difference between revisions)
Tgorochowski (Talk | contribs) (New page: sdfdss) |
Tgorochowski (Talk | contribs) |
||
Line 1: | Line 1: | ||
- | + | <html><link rel="stylesheet" href="http://www.chofski.co.uk/iGEM/bccs-igem.css" type="text/css"></html> | |
+ | __NOTOC__ | ||
+ | <div class="bccsNavBar"> | ||
+ | {| align="center" | ||
+ | !align="center"|[[Team:BCCS-Bristol|Home]] | ||
+ | !align="center"|[[Team:BCCS-Bristol/Team|The Team]] | ||
+ | !align="center"|[[Team:BCCS-Bristol/Project|The Project]] | ||
+ | !align="center"|[[Team:BCCS-Bristol/Parts|Submitted Parts]] | ||
+ | !align="center"|[[Team:BCCS-Bristol/Modeling|Modelling]] | ||
+ | !align="center"|[[Team:BCCS-Bristol/Notebook|Wet Lab]] | ||
+ | !align="center"|[[Team:BCCS-Bristol/Calendar|Calendar]] | ||
+ | !align="center"|[[Team:BCCS-Bristol/Misc|Miscellaneous]] | ||
+ | |} | ||
+ | <br> | ||
+ | </div> | ||
+ | |||
+ | <div class="bccsMain"> | ||
+ | |||
+ | == Modelling To Do List == | ||
+ | |||
+ | === GRN Modelling === | ||
+ | |||
+ | === BSim Framework Coding === | ||
+ | |||
+ | * '''Multi-threading Optimisations''' - Update the main computational classes to split up work into separate threads. Should improve performance when running on a single computer. | ||
+ | ** '''BSimChemicalField''' [Done] - Update class to use worker threads when calculating the new diffusion field. | ||
+ | ** '''BSimCollisionPhysics''' - Update class to use worker threads when calculating the force matrix. | ||
+ | |||
+ | * '''Batch Processing''' - We need to be able to run batch runs of simulations to get enough results for statistical analysis. | ||
+ | ** '''Parameter File Definition''' - | ||
+ | ** '''BSimBatch''' - Class to read the parameter files and run a set number of simulations, outputting videos and a data file of particle movement. | ||
+ | ** '''Blue Crystal Accounts''' - Contact university about getting accounts to run some larger scale simulations | ||
+ | |||
+ | |||
+ | === BSim Simulations === | ||
+ | |||
+ | |||
+ | |||
+ | <br> | ||
+ | </div> |
Revision as of 12:33, 13 August 2008
Modelling To Do List
GRN Modelling
BSim Framework Coding
- Multi-threading Optimisations - Update the main computational classes to split up work into separate threads. Should improve performance when running on a single computer.
- BSimChemicalField [Done] - Update class to use worker threads when calculating the new diffusion field.
- BSimCollisionPhysics - Update class to use worker threads when calculating the force matrix.
- Batch Processing - We need to be able to run batch runs of simulations to get enough results for statistical analysis.
- Parameter File Definition -
- BSimBatch - Class to read the parameter files and run a set number of simulations, outputting videos and a data file of particle movement.
- Blue Crystal Accounts - Contact university about getting accounts to run some larger scale simulations
BSim Simulations