Tutorial Fraglets : Computing with macromolecules
45 pages
English

Tutorial Fraglets : Computing with macromolecules

Le téléchargement nécessite un accès à la bibliothèque YouScribe
Tout savoir sur nos offres
45 pages
English
Le téléchargement nécessite un accès à la bibliothèque YouScribe
Tout savoir sur nos offres

Description

Fraglets:Computing with MacromoleculesA TutorialBIONETS SP2, Fraglets WorkshopBrussels, January 29-30, 2007Lidia Yamamoto, University of BaselTutorial Overview• Introduction: Original Fraglets, Fraglets in BIONETS• Fraglets Programming Basics: original and new instructions,examples• Programming Methodology: breaking down complexity,backwards derivation• Tools: Automatic code generator (partial), concentration and rateplots, reaction graph• Exercises• Summary and DiscussionLidia Yamamoto, Univ. Basel Fraglets Tutorial, BIONETS SP2, Jan 2007, Brussels 2/45Fraglets: Background• Creation around 2001 by C. Tschudin [AINS’03]– Inspiration: Molecular biology, cell metabolism, chemicalcomputing (Membrane Computing, Gamma, CHAM), multisetrewriting• Goals:– Automated protocol synthesis and evolution– Unified code and data representation (active+passivenetworking)– Efficient packet processing engine: simple instructions withconstant (short!) processing timeLidia Yamamoto, Univ. Basel Fraglets Tutorial, BIONETS SP2, Jan 2007, Brussels 3/45Fraglets: Background• Resulting language:– Fraglet= computation fragment= code= data= packet– Header tag matching, analogous to packet header processing– “Assembly language” of chemical computing:micro-instructions, human-unreadable programs, “write-only”code!Lidia Yamamoto, Univ. Basel Fraglets Tutorial, BIONETS SP2, Jan 2007, Brussels 4/45Fraglets in BIONETS• On-line evolution: start from working ...

Informations

Publié par
Nombre de lectures 29
Langue English

Extrait

Computing
Fraglets:
with Macromolecules
A Tutorial
BIONETS SP2, Fraglets Workshop
Brussels, January 29-30, 2007
Lidia Yamamoto, University of Basel
Tutorial Overview
 Fraglets, Fraglets in BIONETSIntroduction: Original
Fraglets Programming Basics: original and new instructions, examples
Programming Methodology: breaking down complexity, backwards derivation
Tools: Automatic code generator (partial), concentration and rate plots, reaction graph
Exercises
Summary and Discussion
Lidia Yamamoto, Univ. Basel
Fraglets Tutorial, BIONETS SP2, Jan 2007, Brussels 2/45
Fraglets: Background
Creation around 2001 by C. Tschudin [AINS'03]
–Inspiration: Molecular biology, cell metabolism, chemical computing (Membrane Computing, Gamma, CHAM), multiset rewriting
Goals:
–Automated protocol synthesis and evolution
–Unied code and data representation (active+passive networking)
–hswititnortcuiesnmilp:snegienngsiesocrptekcaptneicfE constant (short!) processing time
Lidia Yamamoto, Univ. Basel
Fraglets Tutorial, BIONETS SP2, Jan 2007, Brussels 3/45
Fraglets: Background
Resulting language:
– Fraglet=computation fragment=code=data=packet
–Header tag matching, analogous to packet header processing
–“Assembly language” of chemical computing: micro-instructions, human-unreadable programs, “write-only” code!
Lidia Yamamoto, Univ. Basel
Fraglets Tutorial, BIONETS SP2, Jan 2007, Brussels 4/45
Fraglets in BIONETS
On-line evolution from working implementations,: start continuous self-optimization
– lost or damaged code portions resistResilient execution: (resist harmful mutations)
Service Evolution, in addition to Protocol Evolution
–From a protocol-specic language to a more generic computation model (how generic?)
Lidia Yamamoto, Univ. Basel
Fraglets Tutorial, BIONETS SP2, Jan 2007, Brussels 5/45
Fraglets Programming
Syntax
Instruction set
Simple programs
Lidia Yamamoto, Univ. Basel
Basics
Fraglets Tutorial, BIONETS SP2, Jan 2007, Brussels 6/45
Fraglets Syntax
 of fragletsExecution environment: multiset –multiset=unordered set in which elements appear more than once
 stringFraglet original syntax: : s2 ... : sn]mn[s1 : –n=node where fraglet executes –m= of occurences of fraglet inmultiplicity counter: number multiset
New simplied syntax (Dec'06):n[s1 s2 ... sn]m – optional':' now
Goal: simplethat can be easily manipulated by automatic syntax means (e.g. genetic programming)
Lidia Yamamoto, Univ. Basel
Fraglets Tutorial, BIONETS SP2, Jan 2007, Brussels 7/45
Basic Instruction Set [AINS'03]
Transformation rules: involve a single fraglet
[dup t s tail] --> [t s s tail] # duplicate symbol [exch t s1 s2 tail] --> [t s2 s1 tail] # swap symbol [split f1 * f2] --> [f1], [f2] # break at ’*’ position [nul tail] --> [] # discard fraglet a[send ch b tail] --> b[tail] # UDP-style send
[new t tail] --> [t n_{i+1} tail]
(!) optional':' made>fragletsv0.23
Lidia Yamamoto, Univ. Basel
# new tag creation # (never implemented?)
Fraglets Tutorial, BIONETS SP2, Jan 2007, Brussels 8/45
Basic Instruction Set [AINS'03]
Reaction rules: involve two fraglets
Merge if match:
[match t tail1], [t tail2] --> [tail1 tail2]
Persistent match (“catalyst”):
[matchp t tail1], [t tail2] --> [matchp t tail1], [tail1 tail2]
Sustain variant:
[matchs s t tail1], [s t tail2] --> [tail1 tail2], [s t tail2]
# (never implemented?)
Lidia Yamamoto, Univ. Basel
Fraglets Tutorial, BIONETS SP2, Jan 2007, Brussels 9/45
Other instructions
Fraglets v. 0.18 and 0.19, 2005 (tf.arwww.senlgte)
Instructions added after AINS'03 (e.g. WAC'05) or non-documented:
[nop tail] --> [tail]
[wait tail] --> ... # (after 10 execution steps:) ... > [tail] --
[pop t x tail] --> [t tail]
Lidia Yamamoto, Univ. Basel
# nop: do nothing
# wait: delayed execution
# pop: delete symbol
Fraglets Tutorial, BIONETS SP2, Jan 2007, Brussels 10/45
Simple Programs
Rewrite header tag
Append symbol
Code Mobility
Lossy link emulation
Lidia Yamamoto, Univ. Basel
(WAC'05)
Fraglets Tutorial, BIONETS SP2, Jan 2007, Brussels 11/45
  • Univers Univers
  • Ebooks Ebooks
  • Livres audio Livres audio
  • Presse Presse
  • Podcasts Podcasts
  • BD BD
  • Documents Documents